Actions
Defect #10217
closedAdd 'expire_after => 10.minutes' in file session_store.rb. Can not login redmine.
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
When I add 'expire_after => 10.minutes' in file session_store.rb and change my client machine in different time-zone from the server machine, it could never have possibility to login. Why?
My server srtting:
redmine 1.3.0
rails 2.3.14
rack 1.1.1
Thanks for your help.
Updated by Jean-Philippe Lang almost 13 years ago
- Status changed from New to Closed
- Resolution set to Invalid
This is an undocumented Rails feature and I have no answer. But I'm pretty sure that it wouldn't do what you're expecting anyway. It won't kill the session but just tell the browser to expire the session cookie.
Actions