Sun GlassFish Enterprise Server 2.1 Application Deployment Guide

Properties

The following table describes properties for the cookie-properties element.

Table A–38 cookie-properties Properties

Property 

Default 

Description 

cookiePath

Context path at which the web module is installed. 

Specifies the pathname that is set when the cookie is created. The browser sends the cookie if the pathname for the request contains this pathname. If set to / (slash), the browser sends cookies to all URLs served by the Enterprise Server. You can set the path to a narrower mapping to limit the request URLs to which the browser sends cookies.

cookieMaxAgeSeconds

-1

Specifies the expiration time (in seconds) after which the browser expires the cookie. 

cookieDomain

(unset) 

Specifies the domain for which the cookie is valid. 

cookieComment

Sun GlassFish Enterprise Server Session Tracking Cookie

Specifies the comment that identifies the session tracking cookie in the cookie file. Applications can provide a more specific comment for the cookie. 

cookieSecure

dynamic

Sets the Secure attribute of any JSESSION or JSESSIONIDSSO cookies associated with the web application. Allowed values are as follows:

  • true — Sets Secure to true.

  • false — Sets Secure to false.

  • dynamic — Sets Secure to the security setting of the request that generated the cookie.