0

Unexpected session timeout

asked 2014-12-23 10:55:36 +0800

deepp1990 gravatar image deepp1990
1 1

In our system, we have encountered a problem where the timeout occurs randomly. It does not depend on what I am doing in my system, the system times out. That is, server side session is running but at client side, the message appears where it is written as - "Your session has expired." and it is redirected to the login page. Session timeout has been configured in web.xml as 30 minutes. Many times it displays this alert after just 5 seconds of login. There is no code in the system that explicitly fires logout.

For reference, configuration in zk.xml is mentioned below.

   <session-config>
    <device-type>ajax</device-type>
    <session-timeout>0</session-timeout> 
    <max-desktops-per-session>15</max-desktops-per-session>
    <max-requests-per-session>5</max-requests-per-session>
    <automatic-timeout>true</automatic-timeout>
    <timeout-uri>/Login.zul?r=1</timeout-uri>
    <timer-keep-alive>true</timer-keep-alive>
</session-config>
delete flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2014-12-27 15:55:49 +0800

Darksu gravatar image Darksu
1991 1 4

Hello deepp1990,

What is the value of the system default session time-out? This is configured in the web.xml

http://books.zkoss.org/wiki/ZK%20Configuration%20Reference/zk.xml/The%20session-config%20Element/The%20session-timeout%20Element

Furthermore please refer to the following url for more information.

http://books.zkoss.org/wiki/ZK%20Configuration%20Reference/zk.xml/The%20session-config%20Element/The%20max-requests-per-session%20Element

Best Regards,

Darksu

link publish delete flag offensive edit
0

answered 2014-12-29 07:49:18 +0800

deepp1990 gravatar image deepp1990
1 1

Hi Darksu,

Thanks for replying.

The session timeout is configured in web.xml as :

<session-config> <session-timeout>30</session-timeout> </session-config>

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2014-12-23 10:55:36 +0800

Seen: 23 times

Last updated: Dec 29 '14

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More