Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 Jboss 5 中使用自定义会话 ID 生成器?
我需要这个的原因:我的公司应用程序需要通过渗透测试,因此它需要有会话 ID,“长度为 128 位,由随机值组成”。
JBoss 5 开箱即用地满足了该要求:SessionIDGenerator.java。