CGI Help Needed

Alan Gauld alan.gauld at gssec.bt.co.uk
Fri Apr 7 10:54:23 EDT 2000


Paul Gresham wrote:
> What is the normal and respected method of User authentication on a web
> site, how should I present a login box when the user is not authenticated

Normally this is a function of the web server and you can specify
directories or modules which require authentication.

> without using cookies, allowing them to continue surfing 

Tricky, the 'normal way' in my experience is to use cookies! 
Usually set to time out after the session ends.

Alan G.

-- 
=================================================
This post represents the views of the author 
and does not necessarily accurately represent 
the views of BT.



More information about the Python-list mailing list