Re: mod_perl 2 & Sessions

2004-11-10 Thread Carl Brewer
Perrin Harkins wrote: On Thu, 2004-10-28 at 11:53, Geoffrey Young wrote: I'm sure others can point out additional tools as well. Apache::SessionManager is a good place for newbies to start with sessions under mod_perl: http://search.cpan.org/~enrys/Apache-SessionManager-1.02/ Further to that, "Ses

Re: mod_perl 2 & Sessions

2004-10-28 Thread Perrin Harkins
On Thu, 2004-10-28 at 11:53, Geoffrey Young wrote: > I'm sure others can point out additional tools as well. Apache::SessionManager is a good place for newbies to start with sessions under mod_perl: http://search.cpan.org/~enrys/Apache-SessionManager-1.02/ - Perrin -- Report problems: http://p

Re: mod_perl 2 & Sessions

2004-10-28 Thread Geoffrey Young
[EMAIL PROTECTED] wrote: > Hi, > > I have a question I'm sure some of you know the answer to. > > I cannot find any explaination on how to use sessions with mod_perl 2. > Can any of you send a little sample code? > > I would like to be able to store information like the username and > password

mod_perl 2 & Sessions

2004-10-28 Thread xpnospam-modperl
Hi,   I have a question I'm sure some of you know the answer to.   I cannot find any explaination on how to use sessions with mod_perl 2. Can any of you send a little sample code?   I would like to be able to store information like the username and password in session variables to retrieve them on