Thursday, February 24, 2011

Re: Managing session timeouts in GWT

If you wrap all communication with the server (Command pattern), this is an appropriate place to put some logic that deals with user login problems, such as server-side authentication timeouts.

Juan

2011/2/23 H Mahesh <softmahi@gmail.com>
My app is currently built around the Spring framework and Spring Security + GWT. 
I am using spring security mechanism (concept of ExceptionTranslationFilter) to redirect to login page on session timeout.
 
Mentioned session timeout in web.xml.


 but in GWT it wont redirect to login page , it throws invocation Exception. So how can i implement this.and display a message session timeout.

--  s
---------------------------------------------------------------------------------------------------------------
Thanks & Regards
Mahi
"In the journey of life, if you want to travel without fear, you must have the ticket of a good conscience."

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment