[jboss-jira] [JBoss JIRA] (JBWEB-206) New JSESSIONID for every request in JBossAS7 causing no sticky HttpSession
Remy Maucherat (Resolved) (JIRA)
jira-events at lists.jboss.org
Tue Dec 13 11:19:09 EST 2011
[ https://issues.jboss.org/browse/JBWEB-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Remy Maucherat resolved JBWEB-206.
----------------------------------
Fix Version/s: JBossWeb-7.0.0.GA
Resolution: Done
> 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
> Fix For: JBossWeb-7.0.0.GA
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list