Questions tagged [expired-sessions]

74 questions
2
votes
3 answers

PHP session expiring too early

I have an issue, my apps sessions are expiring unexpectedly after about 15 minutes. I need them to expire after 4 hours. The server is Centos 5.5, PHP is 5.3.2. Below is my code (included in an global…
Kyle Hudson
  • 898
  • 1
  • 14
  • 26
2
votes
1 answer

How does Apache Curator try to reconnect when session expires?

I'm reading the documentation of Apache Curator, but I can't understand exactly what's the policy it tries to apply when the session expires. Would it immediately set the connection to LOST, or would it retry to reconnect and re-establish all the…
M4rk
  • 2,172
  • 5
  • 36
  • 70
2
votes
2 answers

Response content type different from what expected

I have a jquery calendar widget that do query several event sources on the server and these sources all returns the same JSON format responses. What is really annoying is that when the user cookie expires these sources all redirect the user to the…
Lorenzo
  • 29,081
  • 49
  • 125
  • 222
2
votes
2 answers

Logout if session expires from no activity and redirect to login page

I'm trying to update a website with flask where users have accounts and are able to login. I want to make user session expire and logout if there is no activity for more than 10 mins and redirect the user to the login page. I want to update it in…
kittu deopa
  • 79
  • 2
  • 2
  • 12
2
votes
1 answer

How To Set Logon Expiry in ASP.NET Core Identity

Reference: Building Your First Web API with ASP.NET Core MVC and Visual Studio Scenario: (a) a .NET Core 1.0 Web API solution was built using the above link. (b) That solution was run in Debug mode. (c) a user registered (d) that user logged on (e)…
2
votes
0 answers

Spring JS partial request - session expired

I'm using Spring JS (Spring WebFlow) to do ajax requests. E.g.: