in reply to How can i access a session(CGI::Session) variable in other forms?
Are you saving the sessionid client side? The normal way to do this is by a cookie?
# send proper HTTP header with cookies: print $session->header();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How can i access a session(CGI::Session) variable in other forms?
by jdtoronto (Prior) on May 08, 2006 at 18:37 UTC | |
by simy (Initiate) on May 08, 2006 at 19:10 UTC | |
by ww (Archbishop) on May 08, 2006 at 19:30 UTC | |
by jdtoronto (Prior) on May 09, 2006 at 02:50 UTC | |
|
Re^2: How can i access a session(CGI::Session) variable in other forms?
by simy (Initiate) on May 08, 2006 at 17:24 UTC | |
by derby (Abbot) on May 08, 2006 at 17:29 UTC | |
by simy (Initiate) on May 08, 2006 at 17:38 UTC |