Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT. Actions that your application takes, such as getting or setting a value associated with the session, do not affect the access time. This one gets updated w
()
| 168 | * @return the last access time in milliseconds |
| 169 | */ |
| 170 | long getLastAccessedTime(); |
| 171 | |
| 172 | /** |
| 173 | * Returns the last client access time without invalidation check. |
no outgoing calls