I'm having the same problem with JBossAS 4.0.3RC1 (jdk5). I have a timeout set to 30min
| <session-config> | <session-timeout>30</session-timeout> | </session-config> | But some of the sessions are still alive after more (way more) than 30min: A simpe stats page layout: | # 212.118.92.45 [1 reqs][last click 8389 min ago] | # 193.77.210.2 [13 reqs][last click 2798 min ago] | # 212.93.231.130 [7 reqs][last click 2877 min ago] | # 195.245.250.2 [6 reqs][last click 2560 min ago] | # 193.77.162.11 [2 reqs][last click 4215 min ago] | # 212.93.231.130 [4 reqs][last click 1079 min ago] | # 193.77.110.133 [1 reqs][last click 130 min ago] | # 193.77.148.250 [1 reqs][last click 99 min ago] | # 195.47.226.1 [1 reqs][last click 971 min ago] | # 213.157.224.69 [2 reqs][last click 8423 min ago] | I'm using HttpSessionListener to track the clicks inside my app - and its destroy method only gets called when I shut down app server. What can be the problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930598#3930598 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930598 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
