Re: share a session between two website
- From: "Matt Garrish" <matthew.garrish@xxxxxxxxxxxx>
- Date: Sat, 29 Apr 2006 09:19:06 -0400
<alexjaquet@xxxxxxxxx> wrote in message
news:1146315587.054755.278120@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I need to share a session between two website, I've tried access it
with
local our $session = new CGI::Session( "driver:File", $session_id,
{Directory=>"$sessiondir"} );
local our $username =$session->param("username");
from the second site but it doesn't work, any idea ?
Why would it work? You create a file on server1 and expect the file to
magically exist on server2?
Use a database to store the session that bother servers can access.
Matt
.
- References:
- share a session between two website
- From: alexjaquet
- share a session between two website
- Prev by Date: Re: extract variables from expression
- Next by Date: Re: extract variables from expression
- Previous by thread: share a session between two website
- Next by thread: Re: share a session between two website
- Index(es):
Relevant Pages
|