Re: share a session between two website
- From: alexjaquet@xxxxxxxxx
- Date: 29 Apr 2006 08:03:47 -0700
"CGI::Session stores the session identifer in a cookie. Are you sure
that the
second site is able to access that cookie? Are you checking errstr()
for
more info? "
I get this error msg when trying to call errstr
local our $session = new CGI::Session( "driver:File",
$session_id, {Directory=>"$session_dir"} );
local our $username =$session->param("username");
print "Content-Type: text/html\n\n";
print "$username username\n";
local our $error = CGI::Session::errstr;
print "$error\n";
but I think you 're rigth when you said this is not accessible outside
the web app context (url is different)
.
- Follow-Ups:
- Re: share a session between two website
- From: Matt Garrish
- Re: share a session between two website
- References:
- share a session between two website
- From: alexjaquet
- Re: share a session between two website
- From: Matt Garrish
- share a session between two website
- Prev by Date: Module for a curses/Turbovision style interface
- Next by Date: Re: extract variables from expression
- Previous by thread: Re: share a session between two website
- Next by thread: Re: share a session between two website
- Index(es):
Relevant Pages
|