0

Is there a way to use custom session ID generator in Jboss 5?

The reason I need this: my company application needs to pass penetration test and for that it needs to have session IDs, which "are 128 bit in length and comprised of random values".

HaXkil
  • 161
  • 6

1 Answers1

0

JBoss 5 satisfies that requirement out of the box: SessionIDGenerator.java.

Ryan Goltry
  • 106
  • 5