[jboss-jira] [JBoss JIRA] Created: (JBWEB-206) New JSESSIONID for every request in JBossAS7 causing no sticky HttpSession

Robert Baty (JIRA) jira-events at lists.jboss.org
Fri Jul 22 17:17:23 EDT 2011


New JSESSIONID for every request in JBossAS7 causing no sticky HttpSession
--------------------------------------------------------------------------

                 Key: JBWEB-206
                 URL: https://issues.jboss.org/browse/JBWEB-206
             Project: JBoss Web
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: JBossWeb-7.0.0.CR4
         Environment: JBossAS 7.0.0.Final server running on a Windows 7 desktop with Oracle/Sun JDK 1.6.0_26.  Issue is occurring with Firefox 5, IE9 and IE8 browsers.
            Reporter: Robert Baty
            Assignee: Remy Maucherat


Deploying a JEE application to JBossAS7 when trying to get HttpSession data using request.getSession() a new session is created each time an no data is persisted.  Tracking this down I seem to be seeing a 
Set-Cookie  JSESSIONID=nTokSr2GnHgUTPZnbMtpgjfS; Version=1; Path="/rjb"
in every response with no Cookie being maintained for the next request.

I have tried this on a number of browsers.  It seems to be happening in Firefox 5 and Internet Explorer 8, 9.  I do seem to work with an older Firefox 3.6 browser however.

After thinking I have something wrong with my browser I deployed the application to JBossAS6 and used the same Firefox 5 browser and am seeing the JSESSIONID being established and session data being maintained between pages in memory.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list