Defect #10217
Add 'expire_after => 10.minutes' in file session_store.rb. Can not login redmine.
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - | |||
| Affected version: | Resolution: | Invalid |
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.
History
#1 Updated by Jean-Philippe Lang over 1 year 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.