Hi,

Your requirements are far from what browser could allow (due to
security issues and http).
No browser will allow you to control or even know about other opened
pages.

None of the "problems" is an GWT issue. GWT could do everything what
browsers and http do allow.

When your requirements are mandatory for you, you need to build a
native application (without having the advantages of a browser based
application)
Or you accept the limitations (because of possible abuse)

Stefan Bachert
http://gwtworld.de

On 22 Apr., 06:01, Pankhuri <[email protected]> wrote:
> 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 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
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