I'm working on a ASP Net MVC system, and the problem i'm having since the begining is that my session variables and static variables are getting reset after some time around 30-45 minutes (but i'm not sure it happens always). The options i've already tried: * Change session timeout from the config file * Check recycling time * Use server state session instead of in process * Maybe something else i don't remember I don't know what else to try, or where to investigate, and i don't have a certain clue at the moment. It's really annoying when trying functions while developing. Any ideas?
Config file
<sessionState timeout="120" />