Quantcast
Channel: Application Logging user off after being idle 10 mintues - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Erik Funkenbusch for Application Logging user off after being idle...

You would typically set the expiration value on the FormsAuthentication ticket, using a sliding window.http://support.microsoft.com/kb/910443<authentication mode="Forms"><forms...

View Article



Answer by Dan Hunex for Application Logging user off after being idle 10 mintues

You can control the session with the following entry in the Web.config, e.g.:<configuration><system.web><sessionState timeout="2" /></system.web></configuration>

View Article

Application Logging user off after being idle 10 mintues

I am doing a group project with 4 other people. We are designing a job kiosk in ASP.NET in MVC4 with embedded c# and Razor. It generates dynamic web pages from a server. We are using Visual Studio 2010...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images