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
()
| 149 | * @return the last access time in milliseconds |
| 150 | */ |
| 151 | long getThisAccessedTime(); |
| 152 | |
| 153 | /** |
| 154 | * Returns the last client access time without invalidation check. |
no outgoing calls
no test coverage detected