Sets the number of seconds that the specified Session remains valid without being accessed.
Syntax
setTimeout( session , long )
session.getTimeout( long )
Parameters
session
|
the Session object.
|
long
|
the number of seconds that the specified Session remains valid without being accessed.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
session.setTimeout( timeout )
|