ASF Bugzilla – Attachment 22672 Details for
Bug 42419
Options for changing jsessionid cookie name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff to add support for changing the value of JSESSIONID
Globals-JSESSIONID.diff (text/plain), 630 bytes, created by
André-John Mas
on 2008-10-05 15:03:25 UTC
(
hide
)
Description:
Diff to add support for changing the value of JSESSIONID
Filename:
MIME Type:
Creator:
André-John Mas
Created:
2008-10-05 15:03:25 UTC
Size:
630 bytes
patch
obsolete
>Index: catalina/src/share/org/apache/catalina/Globals.java >=================================================================== >--- catalina/src/share/org/apache/catalina/Globals.java (revision 701851) >+++ catalina/src/share/org/apache/catalina/Globals.java (working copy) >@@ -269,7 +269,8 @@ > * The name of the cookie used to pass the session identifier back > * and forth with the client. > */ >- public static final String SESSION_COOKIE_NAME = "JSESSIONID"; >+ public static final String SESSION_COOKIE_NAME = >+ System.getProperty("org.apache.catalina.SESSION_COOKIE_NAME", "JSESSIONID"); > > > /**
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 42419
: 22672