0 Replies Latest reply on Nov 21, 2007 4:45 PM by jdsignature

    GWT and JBoss customized login module

    jdsignature

      The GWT based web app integrated with the JBoss customized login module, it works as expected. However, the login page didn't get automatically populated after the user logged out. The user still be able to go back to the GWT application to perform the search which didn'tmake sense.

      Questions:

      1. GWT-RPC module only handle the java object, how GWT module redirects the login pages;

      2. Can JBoss container monitor the GWT session? this means the JBoss container will force the login page popup once the session is no longer valid?

      3. per my testing, it seemed that JBoss container didn't monitor the session experation as all even the session is invalidated in the GWT based web application, is this true?

      Thanks for all your feedback.