Andy Green
asked on
ASP.net Sessions
Hi
I've not seen this problem before so it migt be widespread.
I have an app written in VB. I use session("GUID") to hold the users guid.
We have had a module written in c# as a separate solution. I have compiled this and added the DLL's and aspx page.
The function of the new module works OK, except..
I cannot get access to the Session variable in the main (origian) VB app.
How do I do this.
Andy
I've not seen this problem before so it migt be widespread.
I have an app written in VB. I use session("GUID") to hold the users guid.
We have had a module written in c# as a separate solution. I have compiled this and added the DLL's and aspx page.
The function of the new module works OK, except..
I cannot get access to the Session variable in the main (origian) VB app.
How do I do this.
Andy
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
We are going with querystring encryption, but I like the codeproject option, so will be bookmarking just in case...
Andy