You should set the session timeout in your servlet container to
whatever you want it to be. When the session expires, any RPC in a
logged in client will fail, so that should be enough.

If you want to be fancy, create a serializable timeout exception, and
then when you catch it client-side, logout the user and show him the
login prompt

Cheers,

Salvador

On Apr 20, 7:38 am, Mark <[email protected]> wrote:
> Hi All;
>
> I earlier requested help in regard tothe above subject but i have
> waited in vain.
>
> I am new to GWT and I am working on a data critical application where
> security is imperative.
>
> I want to implement an automatic logout feature if the application
> does not receive activity for n - minutes!!!!
>
> Help out
>
> Mark
--~--~---------~--~----~------------~-------~--~----~
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