On Thu, 22 Mar 2001, Larry Isaacs wrote:
Thanks.. but ..
| For Tomcat 3.3m2, see <SessionIdGenerator ... /> in server.xml.
(oops.. m2, yes.. not b2 :)
How would I use this? class="..." didn't work. In the server.xml it says:
<!-- You can add a "home" attribute to represent the "base" for
all relative paths. If none is set, the TOMCAT_HOME property
will be used, and if not set "." will be used.
webapps/, work/ and log/ will be relative to this ( unless
set explicitely to absolute paths ).
You can also specify a "randomClass" attribute, which determines
a subclass of java.util.Random will be used for generating session IDs.
By default this is "java.security.SecureRandom".
Specifying "java.util.Random" will speed up Tomcat startup,
but it will cause sessions to be less secure.
-->
<ContextManager debug="0" workDir="work" >
That's a "typo" in the docs, then! ;)
--
Mvh,
Endre