Thursday, March 29, 2012

Sharing session values from asp.net to classic asp?

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

Hi,

I hope this article can provide some help to you:How to Share Session State Between Classic ASP and ASP.NET.

Grz, Kris.


Hum... that method is not suitable with how we are setting up our pages, thank you though. Are there any other recommendations?

Thanks again!

0 comments:

Post a Comment