R
Rommellion
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
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