Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT. @return a long specifying when this session was created, expressed in milliseconds since 1/1/1970 GMT @exception IllegalStateException if this method is called on a
()
| 70 | * @exception IllegalStateException if this method is called on an invalidated session |
| 71 | */ |
| 72 | long getCreationTime(); |
| 73 | |
| 74 | /** |
| 75 | * Returns a string containing the unique identifier assigned to this session. The identifier is assigned by the |
no outgoing calls