session-timeout
asp.net client side timeout issue
we are using a jquery tree i开发者_运维问答n our asp.net mvc application and have forms authentication configured. A session timeout for 10 minutes is configured. The problem is if the user keeps inte[详细]
2023-03-01 08:12 分类:问答asp.net mvc session timeout
How to implement a session timeout feature for an asp.net mvc application? I want user to be automatically signed out once inactivity is detected for a give time period.[详细]
2023-03-01 02:45 分类:问答How to setup ASP.NET application to always live
I have an ASP.NET web app, and I need it to be in a running state even if there are no sessions alive?[详细]
2023-03-01 01:01 分类:问答IN WEB scripting specially in PHP What could be the possible information we can store on the client?
Sessions and cookies are the basic storing of session but are there any several ways to store an information on client temporary files or maybe on its browser?[详细]
2023-02-23 04:49 分类:问答session time-out jax-rs
Do开发者_运维技巧es it make sense do define session-timeout with restful web services like jax-rs? For what I know the rest is stateless (or should be stateless) so what the point of storing a session[详细]
2023-02-19 18:55 分类:问答ASP.NET MVC Session.IsNewSession issue with Google Chrome
I\'m currently working on a Session expired piece of logic for my ASP.NET 3.5 MVC 2 project to log out a user and redirect them to the AccountController LogOn action.[详细]
2023-02-19 14:32 分类:问答Callback function for expired session for connect-redis in node.js
I am using Connect on node.js with connect-redis as session store. Is there a way to attach a callback function to the the event when the session expires, so I can backup data from the session, before[详细]
2023-02-19 07:05 分类:问答Setting session timeout period with Spring Security 3.0
I am using Spring Security 3.0 to authenti开发者_C百科cate with an LDAP server and I cannot figure out to set my own session timeout period. I believe that the default is 30 minutes but I need to set[详细]
2023-02-19 00:25 分类:问答How can I handle a postback after session expires on an ASP.NET site?
I have a simple ASP.NET 4 site.I am using Forms Authentication.I have Session timeout set to 20 minutes.Also when the user authenticates I set the AuthenticationTicket to expire in 20 minutes.So norma[详细]
2023-02-18 05:51 分类:问答ASP.Net MVC 3: Where to handle session loss?
I\'ve started bumping into errors when my session has been lost, or upon rebuilding my project, as my forms authentication cookie still lives on.[详细]
2023-02-17 05:48 分类:问答