Let your server return some error code - say, 401. The moment your application (I assume you are using Ajax calls... using either RequestBuilder or GWT-RPC) receives a 401 response, redirect him to the login page.
-Gaurav www.mastergaurav.com On Oct 15, 2:09 am, "andres.arellano" <[email protected]> wrote: > Hi there, how can I handle a session expiration? What I want to do is > to auto sign out users when their sessions have expired. > Thanks in advance, > > Andres -- 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.
