O
OscarArg
Hello
I have an ASP.NET app (VS 2005) that requires users to login and then
presents some private information to users. The user identity is kept after
login by session variables. (cookies)
Everything goes OK as long as users connect directly to the web server.
However, when conecting thru an ISA server, sometimes one user sees
information belonging to another recent user.
The web server is configured for immediate page expiration.
Any ideas?
TIA
I have an ASP.NET app (VS 2005) that requires users to login and then
presents some private information to users. The user identity is kept after
login by session variables. (cookies)
Everything goes OK as long as users connect directly to the web server.
However, when conecting thru an ISA server, sometimes one user sees
information belonging to another recent user.
The web server is configured for immediate page expiration.
Any ideas?
TIA