Click to See Complete Forum and Search --> : Sharing session values from an asp.net page to classic asp page?


binici
01-05-2007, 01:55 PM
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

scottrickman
01-09-2007, 11:41 AM
Are the classic asp page and the asp.net pages in the same web application?

sirpelidor
01-12-2007, 06:13 PM
this link (http://www.eggheadcafe.com/articles/20021207.asp) may not directly adjusted your question (since its session is going from asp to asp.net).

If you apply the similar concept, you should be able to go the other way around.

Ask questions if need helps.

Good luck