I've used Apache::AuthCookie and coupled it to Apache::Session::MySQL
Once I validate a new user, I create a new session, store the username and
return the session key for AuthCookie to use.
When authorising, I use the key to recover the session and extract the
username.
Seems to work really well although I'm having some trouble getting it to
log off properly (IE doesn't seem to delete the cookie correctly).
Hope this helps some.
Simon Wilcox
Intranet Development Manager
>From "Simpson, John scott " <[EMAIL PROTECTED]> Date
14:06:00 20 July 2000
To: [EMAIL PROTECTED]
cc: (bcc: Simon Wilcox/BASE/WilliamsLea)
Fax to:
Subject: State Maintenance.
Is there a module for state maintenance using a database and cookies?