|
From the javadocs for HttpServletRequest on getId()
:
Returns a string containing the unique identifier
assigned to this session. The identifier is assigned by the servlet container
and is implementation dependent.
My question is: What is the scope for the
unique identifier? global, servlet container life,
etc....
TIA
|
- Re: getId() Mark Balster
- Re: getId() Craig R. McClanahan
