Is the value returned by HttpSession.getId()
guaranteed to be unique across time -- or only unique among all active sessions?
In other words, can I use it as a key for a session log entry (which user logged in when and for how long)?
If getId
is implementation-specific (which Iām guessing it is, as the J2EE spec is silent about this issue), how is it treated on Google App Engine?