Neokernel API

HTTPAgentRequest.getCookieString Method

This method returns the client cookies submitted with this request, formatted as a single string of name=value pairs separated by semi-colons.

public string getCookieString();

See Also

HTTPAgentRequest Class | com.neokernel.httpd Namespace