share a session between two website
- From: alexjaquet@xxxxxxxxx
- Date: 29 Apr 2006 05:59:47 -0700
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 ?
Thks
.
- Follow-Ups:
- Re: share a session between two website
- From: Matt Garrish
- Re: share a session between two website
- Prev by Date: Re: extract variables from expression
- Next by Date: FAQ 5.30 How can I tell whether there's a character waiting on a filehandle?
- Previous by thread: extract variables from expression
- Next by thread: Re: share a session between two website
- Index(es):