2 Replies Latest reply on Mar 2, 2016 11:25 PM by zaheer03md

    Session issue with wildfly-8.2.0.Final standalone cluster in case of response.sendRedirect()

    zaheer03md

      Hi All,

       

      I experienced an abnormal issue.. abnormal because it does not happen all the time.

      When I redirecting response.sendRedirect() using uri(/portal/site/tests/), some times session is getting null after redirecting. My session will not expire as session timeout to 30 minutes.

      When redirecting, user session object is there in the request object, seeing some times session is null once redirected.

       

      Same application is working fine in wildfly-8.2.0.Final standalone mode(not cluster) and Jboss 7.1.2 both cluster and standalone.

       

      Any suggestions are greatly appreciated.