Re: mod_perl2: handle session without CGI::Session

2008-05-27 Thread Perrin Harkins
On Mon, May 26, 2008 at 10:48 PM, mome <[EMAIL PROTECTED]> wrote: > When passing Apache2::Request object to CGI::Session->new() as the following > > sub authen_handler{ > my $self = shift; > my $req = Apache2::Request->new($r); > my $session=CGI::Session->new(undef,$req,{Directory=> > $TMP_SESSIO

Re: mod_perl2: handle session without CGI::Session

2008-05-27 Thread Perrin Harkins
On Tue, May 27, 2008 at 4:08 AM, mome <[EMAIL PROTECTED]> wrote: > What do you means by " Either get the session ID > yourself and pass it to CGI::Session->new()"? > Does it mean I can simply create the session ID from any way eventhough > hardcode e.g. 23asfsdfw22456 and pass it? Your session ID