Key: COMETD-350
URL: http://bugs.cometd.org/browse/COMETD-350
Project: CometD
Issue Type: Bug
Components: javascript-dojo
Affects Versions: 2.4.0
Reporter: Saitz Peter
Priority: Minor
I am using Reload extension, and I am manually adjusting its configuration:
var cnf = {cookieMaxAge: 15, cookiePath: configCookiePath};
cometd.reload(cnf);
The org.cometd.reload cookie is set correctly, with "path: /mypath" containing data, but I also can see another empty org.cometd.reload cookie set with "path: /"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: http://bugs.cometd.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
Simone Bordet resolved COMETD-350.
----------------------------------
Assignee: Simone Bordet
Fix Version/s: 2.4.1
Resolution: Fixed
Fixed.
The reload extension was just clearing the value, but not setting expires or max-age to -1 to actually remove the cookie.
> Reload extension creating two cookies with different path
> ---------------------------------------------------------
>
> Key: COMETD-350
> URL: http://bugs.cometd.org/browse/COMETD-350
> Project: CometD
> Issue Type: Bug
> Components: javascript-dojo
> Affects Versions: 2.4.0
> Reporter: Saitz Peter
> Assignee: Simone Bordet
> Priority: Minor
> Fix For: 2.4.1