Setting the Session Id length

2004-06-16 Thread James Maidment
Hi, Fairly recently, methods appeared in org.apache.catalina.session.ManagerBase (setSessionIdLength()) to allow variation of the Session Id length, however I can't find any way of actually calling these methods. Can anyone tell me how this parameter should be set? (I'm using the embedded

Re: Setting the Session Id length

2004-06-16 Thread Tim Funk
In your Host or Context declaration, you'll need to create to add a element to declare your session manager. Then add the property: sessionIdLength=42 or whatever length you'd like. It might be as simple as: Manager sessionIdLength=42/ -Tim James Maidment wrote: Hi, Fairly recently,

RE: Setting the Session Id length

2004-06-16 Thread Benjamin Armintor
- From: James Maidment [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 16, 2004 9:40 AM To: [EMAIL PROTECTED] Subject: Setting the Session Id length Hi, Fairly recently, methods appeared in org.apache.catalina.session.ManagerBase (setSessionIdLength()) to allow variation of the Session Id length

Re: Re: Setting the Session Id length

2004-06-16 Thread Jérôme Duval
To avoid having to type in -classpath . when you use your JVM add ;.; after C:\j2sdk1.4.2_01\bin. The classpath is the variable your JVM uses to figure out where it can find the classes that it is supposed to use. By adding . you tell it to look in the directory you are currently in. The

setting of session ID

2003-06-17 Thread Mark W. Webb
I know that the setting of a session ID was taken out in servlet API 2.1, but is there a way to still set the session ID in tomcat 4.1.24? Is there some type of session manager that I can 'plug in' to tomcat ? ...thank you

RE: setting of session ID

2003-06-17 Thread Shapira, Yoav
PROTECTED] Subject: setting of session ID I know that the setting of a session ID was taken out in servlet API 2.1, but is there a way to still set the session ID in tomcat 4.1.24? Is there some type of session manager that I can 'plug in' to tomcat ? ...thank you