9 Replies Latest reply on Aug 1, 2008 8:07 PM by seamwarrior

    Session Timeout and Seam Remoting

    seamwarrior

      Our session timeout mechanism uses Seam Remoting on each and every page on our site. This is proving to be non-performant as the remote.js and the interface.js as generated and served via JBoss on every page.


      It is the same call to the same @WebRemote object evey time. Is there a way to 'cache' these javascripts for better page load times?


      Alternatively, is there a good way to handle session timeout that does not involve Seam Remoting?