session-timeout
Handle sessions with load balancer?
Maybe this is obvious but if i have a load balancer or multiple servers in use, the user\'s session is coming from 1 server so if the user is pushed to say server 2 or server 3 then does that mean the[详细]
2023-02-01 19:06 分类:问答How does Facebook assign session keys to users?
If the user is login on PC A, and login PC B, also login in Mobile C, should there have three different session key to maintain three connections?? or there is same session key for these three device.[详细]
2023-02-01 10:41 分类:问答Preventing session timeout during long processing time in JSF
I\'ve been working on an JSF application. At one place, I\'ve to call an action in managed bean. The action actually process hundreds of records and the session timesout before the processing is finis[详细]
2023-02-01 05:32 分类:问答We have a ghost in our ASP.Net membership controls
We have a website set up that uses 2 differrent databases.They way it is set up now is that when you go to www.website.com and login, once authenticated you will have a cookie that is set to website1C[详细]
2023-01-31 06:56 分类:问答Session_End in Global.asax.cs not firing using forms authentication
I have an asp.net 4.0 application that is using forms authentication set to a timeout at 45 minutes. I would like to redirect the user to a timeout page when the session has expired. Can anyone tell m[详细]
2023-01-31 06:43 分类:问答ASP.NET: How to Detect Authentication Timeout
I\'ve seen multiple articles like this one that explain how to detect that a user\'s session has timed out. And for clarity\'s sake, these articles are referring to the timeout value defined by this w[详细]
2023-01-30 07:22 分类:问答EveryOne Min Script is called
In my MVC application, when I run my application when I didn\'t do any changes in my application the scripts work and goes to the to login page after one min (to test the script I have default set -1[详细]
2023-01-30 02:42 分类:问答Confirmation when session timeout in Asp.Net MVC 2
I want to prompt the user when 2minutes will left in session timeout. If user press Yes it refreshes i开发者_开发问答ts current session without losing the form data if user select No then it logout it[详细]
2023-01-29 19:42 分类:问答ASP.NET: Does Response.Redirect() end the current session?
I\'m in the middle of trying to fix my session timeout code, and have run into an interesting problem. I\'ve taken the recommendations here and here to assume I\'ve hit a timeout when Session.IsNewSes[详细]
2023-01-29 13:19 分类:问答Can i go logout page on inactivity
Ple开发者_开发技巧ase suggest me solution to go logout page on inactivity just like bank pages will do.[详细]
2023-01-28 23:23 分类:问答