Returns a string containing the unique identifier assigned to this session. The identifier is assigned by the servlet container and is implementation dependent. @return a string specifying the identifier assigned to this session @exception IllegalStateException if this method is called on an inval
()
| 80 | * @exception IllegalStateException if this method is called on an invalidated session |
| 81 | */ |
| 82 | String getId(); |
| 83 | |
| 84 | /** |
| 85 | * Returns the last time the client sent a request associated with this session, as the number of milliseconds since |
no outgoing calls