Description

Cookie is not saved on browsers that use the builtin cookie handling on Mac OS X. Affected browsers are Safari, WebKit (Safari is based on WebKit), OmniWeb, Shiira and possibly others.

If a cookie data contains the string "expires=", the cookie is not saved.

Example cookies which are not saved:

Set-Cookie: ..test1="expires="; expires=Sep 15, 2017 04:55:07; Path=/;
Set-Cookie: ..test2="_expires="; expires=Sep 15, 2017 04:55:07; Path=/;

Component selection

Details

MoinMoin Version

1.6

OS and Version

Mac OS X 10.4

Python Version

Server Setup

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

Workaround

Discussion

Don't use "expires=" in cookie data. Either change the key name or encode the cookie data.

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/1.6 Cookie Not Saved (last edited 2007-10-29 19:15:29 by localhost)