HttpSession id

Is their a way to create /modify a an HttpSession object to hold a user given sessionId not an automatic one.
[116 byte] By [Yazana] at [2007-11-27 2:48:22]
# 1
You can't change the container managed sessionID. You can however create your own sessionID and put it in the HttpSession as an attribute and make use of it.
BalusCa at 2007-7-12 3:18:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...