Re: Is HttpSession id a GUID

2007-06-25 Thread Ingo Düppe
Hi Chris, you are totally right, I didn't saw the solution. Thx Ingo Christopher Schultz schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ingo, Ingo Düppe wrote: is the http session id a global unique id within a tomcat 6.0.13 cluster? I think a better question is whether th

Re: Is HttpSession id a GUID

2007-06-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ingo, Ingo Düppe wrote: > is the http session id a global unique id within a tomcat 6.0.13 cluster? I think a better question is whether the servlet specification guarantees a globally unique session id: it doesn't. The reason I recommend focusing o

Is HttpSession id a GUID

2007-06-25 Thread Ingo Düppe
Hello, is the http session id a global unique id within a tomcat 6.0.13 cluster? I like to use it as a unique field within the db for user tracking, so it should be unique within the cluster and time. Regards Ingo - To start