fbordina / pwm

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

5028 ERROR_BAD_SESSION #687

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Unknown. I see the errors below show up in catalina.out once in a while. I 
don't know what causes it though, since it's the first event at that specific 
time, or sometimes there's not traffic for 30 minutes, and then all of a sudden 
this error.

What is the expected output? What do you see instead?

What version of PWM are you using?
1.7.1

What ldap directory and version are you using?
eDirectory 8.8 SP7

Please paste any error log messages below:
5028 ERROR_BAD_SESSION (client unable to reply with session key) 
[127.0.0.1/localhost.localdomain]

WARN , servlet.TopServlet, {254l} unexpected error during page generation: 
Cannot forward after response has been committed 
[127.0.0.1/localhost.localdomain]

java.lang.IllegalStateException: Cannot forward after response has been 
committed

Original issue reported on code.google.com by bret...@gmail.com on 1 May 2015 at 7:08

GoogleCodeExporter commented 8 years ago
By default the sessions in PWM timeout after 5 minutes, so this is a logical 
error if you continue to work after 30 minutes. You may increase the timeout.

Original comment by menno.pi...@gmail.com on 3 May 2015 at 3:28