Sharing session values from asp.net page to classic asp page?

binici

Active member
Joined
Sep 11, 2006
Messages
26
Programming Experience
Beginner
Hello all!
I am in a delima here. I have a membersonly section that our users log into. I am passing a tokenkey to verify the session and to prevent others from hacking, sharing, ect info. I am setting the tokenkey to a session.item("sesTokenKey") in the codebehind.
Now we created a page in classic asp, which we need to request("Tokenkey"), which is working fine by passing the arguements via the link, but I need to match it by verifying the session value, from the asp.net main page.
In classic asp its session.content("").
Is there a way around this? I hope I made sense.
Thanks,
Robert
 
Back
Top