NonStop Servlets for JavaServer Pages (5.0) System Administrator's Guide

Programming and Management Features
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide525644-002
4-8
Reserved Cookie Names
Reserved Cookie Names
The cookie names JSESSIONID, JSESSIONIDSSO, NSJSPADMINSSO, and
iTPWebSessionId are reserved for internal use. According to the servlet API the
name of the cookie must be JSESSIONID and the name of the session-tracking
parameter used in the URL rewriting must be jsessionid.
javax.servlet.request.X509Certificate
javax.servlet.request.X509Certificate returns an array of one object of
type java.security.cert.X509Certificate that is the leaf certificate of the
client certificate chain for all secure requests (using the HTTPS protocol) with client-
side certificates passed to the server.