Posts Tagged ‘hyperlinks’
ASP.NET Session Variables Not Sticking
I’ve stumbled across this problem twice in the last couple of months so I figure it is about time I blogged about it.
The situation is that you have a page on your web site that sets a session variable and then redirects to another page that is expecting the variable to be there, only it isn’t there.
The first time this happened it was a browser specific (Internet Explorer) issue.
The second time it happened it seemed to be an email client specific issue.