Hi All,

I am developing an application in which no content can be seen without
successful login.
The session is maintained on client side via session cookie. I do not
have any external hyperlinks in my application.

1. I want to logout when user navigates to some other site through
browser back button or by manually typing the url or bookmark manager
etc

2. I do not want to logout on refresh

3. I want to logout when the single tab containing my application is
closed without performing logout.

4. I do not want to logout when a single tab is closed in multitab
browser if the application is open in some other tab as well

What is the common place where i can look for solutions to all these
problems? Which classes will provide me the chance to detect these
events individually?

windowClosingHandler : it doesn't allow me to choose different
behaviour for back button and refresh button
History.valueChangeHandler : doesn't detect closing of tab

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to