BBjspSessionData::getLastAccessedTime (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this method returns a long containing the number of milliseconds since midnight January 1, 1970 GMT that this BBjspSession was accessed.
Syntax
Return Value |
Method |
long |
getLastAccessedTime() |
Parameters
None.
Return Value
number of milliseconds since midnight January 1, 1970 GMT
Remarks
Example
This example demonstrates how this works in a BBJSP servlet
USE java.text.SimpleDateFormat |