Messages per Month
Re: Reuse mod ajp proxy connections
...nableLookups="false"
emptySessionPath="true" connectionTimeout="800000" URIEncoding="UTF-8" />
...
connections are not reused but closed and reopened. Frequent
closing of TCP ...

Re: Session Invalidate not working on HTTPS ( Tomcat 6.0.29 ...
Yes, I have emptySessionPath=true in connectors; is this the issue?
...fied, but the ID was reused.

Re: Session Invalidate not working on HTTPS ( Tomcat 6.0.29 ...
// Attempt to reuse session id if one was submitted in a cookie
// Do not reuse the session id if it is from a URL, to prevent
po... ...goes in the first if reusing the sessionid.
I don't understand very well the c ... the comment in the code where it says "Attempt
to reuse session id if one was submitted in a cookie"; is ...

Re: Session Invalidate not working on HTTPS ( Tomcat 6.0.29 ...
// Attempt to reuse session id if one was submitted in a cookie
// Do not reuse the session id if it is from a URL, to prevent
po... ...goes in the first if reusing the sessionid.
I don't understand very well the c ... the comment in the code where it says "Attempt
to reuse session id if one was submitted in a cookie"; is ...

Re: using Servlet Filter to rewrite domain of JSESSIONID coo...
...t site2.widget.com
- reuse the same JSESSIONID because its' domain is set to ".widget.com"
thanks for the pointers. However, emptySessionPath - from what I can tell
-
only deals with paths (n...

unsubscribe
... the attribute <code>emptySessionPath=true</code> set.
+ </td>
+ </ ... er.xml
file
+ has the attribute <code>emptySessionPath=true</code> set.
+ </td>
+ </ ... er.xml
file
+ has the attribute <code>emptySessionPath=true</code> set.
+ </td>
+ </ ... er.xml
file
+ has the attribute <code>emptySessionPath=true</code> set.
+ </td>
+ </...

emptySessionPath=
I have a portal application and introduced recently emptySessionPath="true" to
have access to the same objects in the ... ... servlets). Here
the reused session id gets also very critical.

[Bug 44216] Don't reuse session ID even if emptySessionPath=...
Mark Thomas < > changed:
What |Removed |Added

DO NOT REPLY [Bug 44216] Don't reuse session ID even if empt...
Mark Thomas < > changed:
What |Removed |Added

Re: emptySessionPath=
I have a portal application and introduced recently
emptySessionPath="true" to
have access to the same objects in the ... ...
servlets). Here
the reused session id gets also very critical.






