Question
length/size of a JSESSIONID for DB storage
As a part of an audit logging feature in my app, I have to
store the jsessionID whenever someone hits specific pages. I have
been unable to find any documentation stating exactly what the
length of a jsessionID is so I can appropriately size my database
column.
Everything I've read simply states it's a random generated string per session, nothing about how many characters its maximum length could be.
Everything I've read simply states it's a random generated string per session, nothing about how many characters its maximum length could be.
