adambennett
New Member
I realize that my session got reset occassionally after logging into my application. It is especially so when a login (which store user info in Session) follow immediately after a logout (which abandon the Session). This is frustrtaing. Anyone has any idea?<BR><BR>Thanks in advance,<BR>BenI feel your pain, I've had sessions spontaneously timeout for no reason as well. Will let you know if I find anything. <BR><BR>])ryI have the same problem
please, someone must know this!The 2nd issue is resolve. It was a coding error that passed a logout param to the accessing page. Hopefully this will resolve the 1st one.I recently read this KB article:<BR><BR>PRB: Session Variables Are Lost Intermittently in ASP.NET Applications (Q316148)<BR><BR>http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q316148<BR>
