gandres / pwm

Automatically exported from code.google.com/p/pwm
0 stars 0 forks source link

Cannot set the session idle timeout #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install PWM
2. on web.xml, set the session-timeout to 100

What is the expected output? What do you see instead?
The expected output is that the session idle timeout will be set to 100 minutes.
The actual result is that the session idle timeout is always set to 5 minutes.
In older PWM 1.6 and below we use to set the session idle timeout using this 
parameter and it seems like it doesn't work since PWM 1.6.1

What version of PWM are you using?
1.6.1

Original issue reported on code.google.com by tomerazran on 6 Mar 2012 at 4:38

GoogleCodeExporter commented 9 years ago
This is noted in a comment in the web.xml.  The idle timeout is now set in a 
setting in  the ConfigEditor -> General

Original comment by jrivard on 6 Mar 2012 at 5:15