ClearPageHistory

Deletes all entries from the active web browser's session history.

The current page's URL will be re-added to the session history each time a postback occurs, which means it will still be present at the completion of the postback that calls this function.

Syntax

ClearPageHistory( );

Output

If successful, the function will return True; otherwise, it will return False.