History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: JBPAPP-363
Type: Feature Request Feature Request
Status: Resolved Resolved
Resolution: Done
Priority: Major Major
Assignee: Unassigned
Reporter: Mike Millson
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JBoss Enterprise Platform App Edition

Configurable JSESSIONID Cookie Name

Created: 23/Oct/07 05:59 PM   Updated: 28/Jan/08 03:16 PM
Component/s: App Server
Affects Version/s: None
Fix Version/s: 4.2.0.GA_CP02 , 4.3.0.GA
Security Level: Public (Everyone can see)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. File patch.363 (7 kb)

Issue Links:
Dependency
 
This issue is a dependency of:
JBPAPP-431 Configurable JSESSIONID Cookie Name Major Resolved
Related
 
This issue is related to:
JBPAPP-431 Configurable JSESSIONID Cookie Name Major Resolved

Affects: Release Notes
Help Desk Ticket Reference: https://na1.salesforce.com/50030000003O8ZF


 Description  « Hide
Per the Java Servlet Specification (SRV.7.1.1):
"The name of the session tracking cookie must be JSESSIONID."

However, there are some use cases where it may be a practical option to use a different session cookie name. For example:
1) WebLogic migrations where application code depends on a non-standard session cookie name. The session cookie name is configurable in WebLogic.
2) Use cases not solved by the emptySessionPath connector attribute, which sets the cookie path to "/" and causes session ids to be propagated across all subdomains. This is the normal use case for single sign-on. However, there may be use cases where select groups of subdomains are validated against different stores.


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order:
Jean-Frederic Clere [05/Nov/07 05:22 AM]
Patch against JBOSSWEB_2_0_0_GA_CP