Not possible to set session timeout
Reported by jordi.chacon | May 19th, 2010 @ 10:44 AM
Not possible to set session timeout. Tried with wf:config_default(session_timeout, 1) but it didn't time out after one minute.
To achieve this I had to edit nitrogen's code, specifically the simple_session_handler module, and replace wf:config_default(session_timeout, 20) for wf:config_default(session_timeout, 1) and it did work.
I think it would be good to be able to set this up in an easier way.
Jordi
Comments and changes to this ticket
-
Rusty Klophaus June 29th, 2010 @ 08:00 PM
- Milestone cleared.
- Milestone order changed from 0 to 0
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Nitrogen Web Framework for Erlang