Length of JSESSIONID ?

2001-02-07 Thread david . svanberg
In order to configure our load balancer to enable cookie based persistence we have to set the name of the cookie the load balancer will look for, but we also need to set the number of characters in that string that are unique. So my question is: What is the length of the JSESSIONID cookie? I

Re: Length of JSESSIONID ?

2001-02-07 Thread Kief Morris
question is: What is the length of the JSESSIONID cookie? I snooped and counted to 26 characters. Is it a fixed length? The specification doesn't say anything about the length of the ID. The code to create session ID's in Tomcat 3.2 is org.apache.tomcat.util.SessionIdGenerator. A comment