Sharing sessions across virtual directories/projects
From: Stu Lock (s.lock_at_cergis.com)
Date: 07/07/04
- Next message: D. Shane Fowlkes: "Re:  "
- Previous message: Martin Ashcroft: "Re: Problem with HTA streaming data to client"
- Next in thread: stefano mostarda: "Re: Sharing sessions across virtual directories/projects"
- Reply: stefano mostarda: "Re: Sharing sessions across virtual directories/projects"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 7 Jul 2004 15:23:37 +0100
Hi,
I am setting a session in one directory ('/admin/login.aspx'). The project
for this folder is runnig in the root directory of the server.
I am then redirecting to to a virtual directory (/crm/default.aspx) which is
running a self contained project (separate bin folder etc.)
On the login page I am setting a session variable: 'Session("Login") =
True'. When I try and read this session from the /crm/ virtual directory it
doesn't exist.
Is there any (reasonably secure) way of passing the session information from
one project to the other?
BTW: I am currently using the same SQL Server to handle sessions.
Thanks in advance,
Stu
- Next message: D. Shane Fowlkes: "Re:  "
- Previous message: Martin Ashcroft: "Re: Problem with HTA streaming data to client"
- Next in thread: stefano mostarda: "Re: Sharing sessions across virtual directories/projects"
- Reply: stefano mostarda: "Re: Sharing sessions across virtual directories/projects"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|