Closed Bug 275090 Opened 20 years ago Closed 20 years ago

cookies not set under "preferred" method.

Categories

(Core :: Networking: Cookies, defect)

PowerPC
macOS
defect
Not set
major

Tracking

()

VERIFIED INVALID

People

(Reporter: shea, Assigned: darin.moz)

Details

while developing a website using PHP, i was needing to set a cookie.  my PHP
function that i normally use looks like this:

setcookie("cookie_name",$cookie_value,time()+31536000,"","." . $domain, 0);

...this normally sets a cookie whose domain is ".whatever.com".  (note that the
domain starts with a "." to indicate that this is a universal cookie).  while
this preceeding "." is NOT required, it is the "preferred" method as described
by microsoft for their IE.

while this preferred method is completely accepted by firefox for windows,
firefox for mac does NOT appear to allow cookies to be set using this
"preferred" method :(  

again, this problem only occurrs in firefox for mac osx.  (as i was able to
confirm it DOES work correctly for firefox for windows.)

please feel free to contact me should you have any additional questions.

rock on,

shea
shea@manhattanmulimedia.com
Assignee: bugs → darin
Component: Preferences → Networking: Cookies
Product: Firefox → Core
QA Contact: mconnor → core.networking.cookies
Version: 1.0 Branch → Trunk
Do you have a public testcase?
(In reply to comment #1)
> Do you have a public testcase?


dear de-bugger,

unfortunately i am unable to reproduce.  it would appear to be my mistake.

i am very sorry to have waisted your time.

respectfully,

shea
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
V/invalid.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.