The short version...

1. get the cookie from the user (using CGI.pm or other mod).
2. tie hash to Apache::Session passing a database handle and the cookie val.
3. set or refresh the cookie with the session ID (from Apache::Session).
4. store and fetch to the tied hash.

Rob

-----Original Message-----
From: Matthew Harrison [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 09, 2002 4:20 PM
To: [EMAIL PROTECTED]
Subject: apache::session


I have had a look at the apache::session description on CPAN but I do not 
understand how it is applied to a site over a number of different CGI
scripts 
(eg, login, forums, membership area).

Please could someone give me some simple directions?

thanks guys

-- 
Matthew Harrison
Internet/Network Services Administrator
Genstate
www.genestate.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to