Closed
Bug 133242
Opened 24 years ago
Closed 23 years ago
Cookies are not properly stored
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: martin, Assigned: morse)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.9) Gecko/20020311
BuildID:
Cookies are not properly stored. Does cookies support W3C guidelines??
Reproducible: Always
Steps to Reproduce:
1.Go in on site
2.Writing username/password to log in
Actual Results: No cookie is stored.
Expected Results: Cookie that states that you are logged in should be stored in
my cookie file and or memory.
Comment 1•24 years ago
|
||
The URL is in swedish or another nordic-language, so finding the problem is
rather hard, can you provide an URL where the language is english and the same
problem occurs?
| Reporter | ||
Comment 2•24 years ago
|
||
I have not been able to find an english language site where this bug occurs.
Perhaps it's the language that causes the bug?
| Assignee | ||
Comment 3•24 years ago
|
||
Is your cookie acceptance pref set to originating-server-only? If so, try
setting it to accept-all and see if that makes a difference.
Comment 4•24 years ago
|
||
no reply from reporter for 2 months.
anything new here ?
Comment 5•24 years ago
|
||
I think i have found a similar problem where a transient cookie just seems to
disappear from the session without a trace - take a loot at this site
http://www.lostdream.utopia5.mine.nu/
and look at the debug information at the bottom, - refresh the page about 20
times and eventually the session just disappears (the validation will fail) i
have looked everywhere, and the cause of the problem is that mozilla will
mysteriously drop the sessionid cookie
granted, the sessionmanagement cookie storing on my site is pretty ****, but,
it works fine in links...
Comment 6•23 years ago
|
||
i can't see any problem at http://www.lostdream.utopia5.mine.nu/, and i don't
understand the first page enough to know how to log in without more detailed
instructions.
reporter? anyone? can anyone give some simple steps to reproduce this in a
recent build of mozilla? thanks.
Comment 7•23 years ago
|
||
Yes i am sorry, I have changed the page because it is a little project, and as
such am using php sessions with various modifications, which doesn't create the
problem - however, the problem does exist with a page updating the same cookie
many times - eventually the cookie just seems to disappear - this only occured
with a transient cookie.. i don't have any examples on hand... sorry
| Reporter | ||
Comment 8•23 years ago
|
||
I have not seen this problem in version 1.2 nor 1.1...
Comment 9•23 years ago
|
||
thanks for the responses.
resolving WORKSFORME based on those. if anyone can reproduce this problem with a
recent build of mozilla, please feel free to reopen. thanks.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•