Excuse me... what I wrote you before is the timeout for executing models!!!

For the "kick out" situation you have to touch another part of your web.xml...

[code]

<web-app >
...
    <session-config>
        <session-timeout>30</session-timeout>
    </session-config>
...

[/code]

This is the session timeout in minutes...

Cheers,

Aleks

-----Urspr�ngliche Nachricht-----
Von: Vidakovic Aleksandar 
Gesendet: Montag, 24. Januar 2005 10:46
An: [EMAIL PROTECTED]
Betreff: AW: [Keelgroup] A question about login session timeout


Ying,

there is a property in your web.xml file if you're using a web client... you 
should have something like this:

[code]

<web-app >
...
<param-name>keel.client.timeout</param-name>
<param-value>480000</param-value>
</context-param>
...

[/code]

The param value is the timeout in milliseconds for the keel client...

Cheers,

Aleks

-----Urspr�ngliche Nachricht-----
Von: tuzi cool [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 24. Januar 2005 10:39
An: keel
Betreff: ***SPAM*** [Keelgroup] A question about login session timeout


guys,

  I have a question about how to control the timeout of login sessions. e.g. 
using app-register. To my understanding, when a user logs in successfully, a 
UserEnvironment object will be put in the Context. Then the container knows if 
the user is logged in or not by checking the context variables.  In my 
application, if the user idle for a while after login, he will be required to 
login again.

  My question is, how can i configure the idle time of the user before he is 
kicked out? Can any one explain to me how and when the "kick out" will happen?

  thanks a lot

Regards

Ying


Do you Yahoo!?
Yahoo! Search presents - Jib Jab's 'Second Term'
http://keelframework.org/documentation
Keelgroup mailing list
[EMAIL PROTECTED]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com
http://keelframework.org/documentation
Keelgroup mailing list
[EMAIL PROTECTED]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com

Reply via email to