Hi, We have a GWT application and we are want to deploy it on multiple servers behind load balancer, one question is about the session management here, we use spring security, and I was wondering if we need to persist the sessions or not so that if the request forwarded to session it works without the need to login again.
in my server implementation we use HttpSession httpSession = getThreadLocalRequest().getSession(); Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
