in reply to Re: CGI::Session - non-stop session creation problem
in thread CGI::Session - non-stop session creation problem
my $sid = $foo->cookie('main') || undef; my $session = new CGI::Session(undef, $sid, {Directory=>'c:/apache/ses +sions'}); if ($session->param("alias")) { .... #grab data from session }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CGI::Session - non-stop session creation problem
by Tanktalus (Canon) on Apr 07, 2005 at 04:03 UTC | |
by Stenyj (Beadle) on Apr 07, 2005 at 04:52 UTC | |
by Tanktalus (Canon) on Apr 07, 2005 at 16:49 UTC | |
by ikegami (Patriarch) on Apr 08, 2005 at 05:58 UTC | |
by Stenyj (Beadle) on Apr 07, 2005 at 22:28 UTC |