Share Single Session between different .net Solutions
- From: "Rommellion" <rrabie@xxxxxxxxx>
- Date: 27 Dec 2005 01:17:14 -0800
We have 5 to 6 projects .net running on production, in which each one
has its own virtual direstory, however we need to add up two more and
link them all together so they can share same single session state. we
are doing this for some Authentication and Role identification
purposes.
We dont want to use any Db like storing session in SQL Server or
whatever, also we dont need to use niether encryption nor passing
parameters, because we will have lot of heck in changing the code in
all of our projects.
I tried to develop a simple prototype in which two different
application one of them stores value in a session and the other try to
read from the session, also with use of another page, but simply it
failed.
I looked over the internet for a real solution but nothing i can depend
on so far.
Any Clues??
Thx
.
- Follow-Ups:
- Re: Share Single Session between different .net Solutions
- From: Vadym Stetsyak
- Re: Share Single Session between different .net Solutions
- Prev by Date: Re: associating subdomains to .net sockets
- Next by Date: Re: What is the fastest way to count lines in a text file?
- Previous by thread: Downloading a text file from a Web Server
- Next by thread: Re: Share Single Session between different .net Solutions
- Index(es):
Relevant Pages
|