jQuery: The Write Less, Do More JavaScript Library

Cookie in IE 7 fails when file name is in path

Project:Cookie
Version:1.0
Component:Code
Category:bug report
Priority:minor
Assigned:Unassigned
Status:active
Description

When the path contains the file name (e.g. /path/to/filename.html), IE7 will not set the cookie. It will work fine without the file name (e.g. /path/to/).

Opera, Firefox, and Safari have no issues with this.

Perhaps there is an off-chance you can "correct" IE7 cookie handling.