Link to home
Create AccountLog in
Avatar of Andy Green
Andy GreenFlag for United Kingdom of Great Britain and Northern Ireland

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
SOLUTION
Avatar of Jamie McAllister
Jamie McAllister
Flag of Switzerland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of Andy Green

ASKER

Thanks Guys

We are going with querystring encryption, but I like the codeproject option, so will be bookmarking just in case...

Andy