Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
ICS.SessionExists
Determines whether a session exists.
Syntax
public boolean SessionExists(String id)Parameters
id
- The ID of the session to be tested.
Returns
Returns
true
ifid
is valid,false
otherwise.Example
String id = ics.GetVar(sID); boolean exists = ics.SessionExists(id); if (exists) { //things to do if session exists }See Also
Home > Contents > Index > Oracle JAVA Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.