getTimeout

The getTimeout method of the Session class returns an integer indicating the amount of time in minutes that can elapse before the session becomes invalid. If the client does not request a new page or refresh the session before the timeout period is reached, the session ends.

public int getTimeout();

© 1999 Microsoft Corporation. All rights reserved. Terms of use.