Hi,
In JavaMonitor I set my apps session TimeOut to 900s but I have 4000 Users so I want to kill imediatly the session on browser closed to free memory on the server.
Thanks
In JavaMonitor I set my apps session TimeOut to 900s but I have 4000 Users so I want to kill imediatly the session on browser closed to free memory on the server.
Thanks
Envoyé depuis iCloud
Le 23 jan 2013 à 05:42, George Domurot <[email protected]> a écrit :
How about a simple META refresh tied to your session timeout setting?-GOn Jan 23, 2013, at 5:26 AM, Raymond NANEON <[email protected]> wrote:_______________________________________________Hi List,
I want to kill session of the web apps when user don't use logOut Button to quit the apps properly. I thought to this _javascript_ but I think there is another way do it clearlywindow._onunload_ = function () {
if((window.event.clientX<0) && (window.event.clientY<0)) {
window.open("logoffPage");
}}
Thanks for yout helpEnvoyé depuis iCloud
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/mastermind%40knuckleheads.net
This email sent to [email protected]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]
