Forum Moderators: open

Message Too Old, No Replies

Setting a session state from aspx to asp

Setting a session state from aspx to asp

         

mavrick

8:30 am on Aug 4, 2004 (gmt 0)

10+ Year Member



hi guys

Can this be done. Found some code that could make this work, but it is very complex.

Just wanted to know, if there a easy way to do this. The code i found compares info in cookies(i can't use cookies), also something about sotring the session in a database..

Help!

mavrick

8:44 am on Aug 4, 2004 (gmt 0)

10+ Year Member



sorry guys

How to Share Session State Between Classic ASP.Net and ASP. and in that order.

this is the question i an asking.

TheNige

9:01 pm on Aug 4, 2004 (gmt 0)

10+ Year Member



You can't share session state between the two. You'd have to pass the info in cookies or put the info in a database and get it that way as you already mentioned. ASP and ASP.Net run in different processes and don't share memory.