BBjHttpSession::getLastAccessedTime (Deprecated)
BBjHttpSession::getLastAccessedTime is deprecated for BBj 21.00 and higher, and has been replaced by BBxWebSession::getLastAccessedTime.
Description
In BBj 12.00 and higher, this method returns the last time that a session was accessed.
Syntax
Return Value |
Method |
long |
getLastAccessedTime() |
Parameters
None.
Return Value
Returns a long.
Remarks
The example below displays the last accessed time of the session within a BBjServlet.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.