in reply to Re: always logged in with CGI::Session
in thread always logged in with CGI::Session
Do you have any clue how to prevent the same sessionid to be set?# get sessionid for querystring if ($q->cookie('sid') ne $session->id()) { $tmpl->param(sid => "&sid=".$session->id()); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: always logged in with CGI::Session
by bibliophile (Prior) on Apr 03, 2006 at 16:15 UTC | |
by boboson (Monk) on Apr 05, 2006 at 22:07 UTC | |
by bibliophile (Prior) on Apr 06, 2006 at 14:18 UTC |