Hi all,
Is there any default time-out for client session expired? If yes, what is the time interval?
Is there any way to expire a Client’s session forcefully??
Hi all,
Is there any default time-out for client session expired? If yes, what is the time interval?
Is there any way to expire a Client’s session forcefully??
Hi Infop,
I assume you are talking about webclient.
You can set the default time in web.xml. You find this file in $SERVOY/application_server/server/conf/
<session-config>
<session-timeout>30</session-timeout>
</session-config>
To close a webclient forcefully you need to use the servoy-admin pages.
Hope this helps.
As a side note keep in mind that if you have Ajax support turned on for that solution in the admin pages your clients sessions will never time out because the ajax call to tomcat will reset the idlte time counter.
addendum to last post: only when browser is kept open/active…when browser is closed the session will expire