Good (unpredictable) session id generators ?
Hi,
Could anyone please recommend how to generate good session ids ?
(for a servelt container, generating http session IDs).
We'll appreciate recommendations for either:
- the algorithm
- configuration parameters (such as what to put in Tomcat's "entropy" param)
- good random number generator
We're using Tomcat 5.5, so we'll welcome any Tomcat-specific recommendations, but we'll also appreciate any other (generic) recommendations. The main thing is the algorithm.
We prefer open-source/free implementations, but we can also do with good commercial tools .
Thanks :)

