Hey Guys,
I have this problem where I redirect my user to an SSL server, which requests a page from my server, and returns it to the user.
This, naturally, makes me unable to access the Session object that I used for the user before redirecting, and therein lies the problem:
Is it somehow possible to set the clients session object using the SessionID?
I'm getting desperate here, I didn't see that one coming, and I'm gonna have to rewrite a lot of stuff assuming I can't get that Session object back.
Thanks in advance.
EDIT: Surfing the net I found that there is a way, requiring some addons written in assembly, I wouldn't advice it however. My solution was eventually to store some of the data in a database and send on some identification in the http address.




Reply With Quote