Hi,
I'm having a bizarre problem where the session data in IIS is being (seemingly) randomly lost, and often temporarily at that. ASP.Net is storing a cookie on the client that specifies the session ID, but that ID comes and goes as far as the server is concerned. I will click on an ASP report and it suddenly thinks the user is no longer logged in, only to refresh the page and have it re-remember the session info. Has anyone run into anything like this before? It is driving me absolutely batty.
Would the application pool have anything to do with it. The only thing we can think of is one of our techs was playing around in there but he thinks he set everything back (but isn't 100% sure). I've been beating the code up for two solid weeks now and am positive it isn't a coding issue, not the least reason being that the issue came up in code that has worked consistently for a year and a half without modifications.
Any suggestions would be greatly appreciated.
I'm having a bizarre problem where the session data in IIS is being (seemingly) randomly lost, and often temporarily at that. ASP.Net is storing a cookie on the client that specifies the session ID, but that ID comes and goes as far as the server is concerned. I will click on an ASP report and it suddenly thinks the user is no longer logged in, only to refresh the page and have it re-remember the session info. Has anyone run into anything like this before? It is driving me absolutely batty.
Would the application pool have anything to do with it. The only thing we can think of is one of our techs was playing around in there but he thinks he set everything back (but isn't 100% sure). I've been beating the code up for two solid weeks now and am positive it isn't a coding issue, not the least reason being that the issue came up in code that has worked consistently for a year and a half without modifications.
Any suggestions would be greatly appreciated.