Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight January 1, 1970 GMT, and marked by the time the container received the request. Actions that your application takes, such as getting or setting a value associated with the s
()
| 94 | * @exception IllegalStateException if this method is called on an invalidated session |
| 95 | */ |
| 96 | long getLastAccessedTime(); |
| 97 | |
| 98 | /** |
| 99 | * Returns the ServletContext to which this session belongs. |
no outgoing calls