Consultor Eletrônico



Kbase P89167: What is the WebSpeed Agent - advanced features - default cookie path for?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

GOAL:

What is the WebSpeed Agent - advanced features - defaultCookiePath for?

GOAL:

What is the Agent advanced features for the default cookie path for?

GOAL:

What are the WebSpeed Agent advanced features for the default cookie path (defaultCookiePath) for?

FACT(s) (Environment):

WebSpeed 3.x

FIX:

The WebSpeed Agent - advanced features - default cookie path, is for the URL path to which the cookie should apply.
It is a URL relative to your Web server for all Cookies. The value of the defaultCookiePath is optional.
It is a server relative URL (starting with a "\") to use for all Cookies if not explicitly specified in the set-cookie() or delete-cookie() functions. The default is the value of the AppURL global variable.

Inn other words:

This is the path or the URL path to which the cookie should apply.
The Default Cookie Path is a URL relative to your Web server for all Cookies.
This path must begin with a slash. If you do not specify a Default Cookie Path, your application uses the value of the AppURL global variable for cookies.
Note that the path you set here is overridden by the set-cookies() or delete-cookies() WebSpeed functions.