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 > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.