Returns the time when the specified Session was last accessed.
Syntax
getLastAccessedTime( session )
session.getLastAccessedTime( )
Parameters
session
|
the Session object.
|
Returns
long
|
the time in milliseconds since midnight January 1, 1970 GMT when the specified Session was last accessed.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
timestamp = session.getLastAccessedTime( )
|