Neokernel API

HTTPAgentRequest.getSessionID(String) Method

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

public virtual string getSessionID(
   string cookieName
);

Parameters

cookieName
The name of the cookie to retrieve the session ID of.

Return Value

A session ID string. If no session_id prop is found in the client cookies, null (Nothing in Visual Basic) is returned.

See Also

HTTPAgentRequest Class | com.neokernel.httpd Namespace | HTTPAgentRequest.getSessionID Overload List