Home > Contents > Index >
Expanded TOC | Accordion TOC | Annotated TOC | Index
ICS.SessionID
Returns the current session's ID.
Syntax
public String SessionID()Description
The
SessionID
method turns the current session's ID. The form and length of the session ID that is returned is dependent upon the application server.Returns
A string containing the current session's id. If the session is inactive or if the session ID cannot be determined, the method returns
null
.Example
String sID = ics.SessionID();See Also
SendMail()
Home > Contents > Index > Oracle JAVA Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.