What is the length of the session.getId()
Hi..All,
2 questions :
1. Will the session.getId() always be unique through out or unique among the active connection only. ? i.e. will the id be re-used?
2. What is the length of the this key? For logging purpose , I want to create file on the server <session_ID>.log & log some message per session.
Regards
[349 byte] By [
pmohanana] at [2007-11-26 15:00:09]

# 1
"Returns a string containing the unique identifier assigned to this session. The identifier is assigned by the servlet container and is implementation dependent"
Which means that the application server vendor is free to do what ever he wants and no two server implementations are guaranteed to be alike.