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

Robert Baty (JIRA) jira-events at lists.jboss.org
Fri Aug 5 15:15:35 EDT 2011


    [ https://issues.jboss.org/browse/JBWEB-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619200#comment-12619200 ] 

Robert Baty commented on JBWEB-206:
-----------------------------------

Thomas,
Yep, that seems to resolve this issue and I seem to get the session maintained.  Is this going to be rolled into JBossWeb at all or does the -Dorg.apache.tomcat.util.http.ServerCookie.FWD_SLASH_IS_SEPARATOR=false system property need to continue to be used moving forward for newer browsers?

Robert


> 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