Neokernel API

HTTPAgentRequest.getSessionID Method

This method will automatically fetch the session ID of the requesting client's myCookies. The name of the session id cookie is assumed to be session_id. If no session_id prop is found in the client cookies, null (Nothing in Visual Basic) is returned.

Overload List

This method will automatically fetch the session ID of the requesting client's myCookies. The name of the session id cookie is assumed to be session_id. If no session_id prop is found in the client cookies, null (Nothing in Visual Basic) is returned.

public virtual string getSessionID()

This method will automatically fetch the session ID associated with the requested client cookie.

public virtual string getSessionID(string)

See Also

HTTPAgentRequest Class | com.neokernel.httpd Namespace