Closed
Bug 279391
Opened 20 years ago
Closed 20 years ago
Assumes same session.sessionid between two moz browsers from the same url
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 117222
People
(Reporter: tmantey, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041217 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041217 I've been testing the session states on a piece Im doing. If you open two mozilla browsers and go to the same page on the same server the sessionid remains the same for both browsers. This should not be like this...should it? IE and most other browsers will assume different sessionid's between browser launches when viewing the same .com. Also in this same situation when you block cookies on one moz browser, the other already open moz broswer block cookie changes too. Reproducible: Always Steps to Reproduce: 1. Load two mozilla browsers 2. Load the same page within the two browsers 3. The sessionids are the same Actual Results: mozilla assumed same sessionid for both open browsers viewing the same page Expected Results: it should have assummed seperate sessionids. IE Assummed seperate sessionids in the same test
Comment 1•20 years ago
|
||
See Bug 117222 "Limit Scope of Session Cookies (new tabs and windows)"
Comment 2•20 years ago
|
||
> 1. Load two mozilla browsers you almost certainly got only one process. which means that both windows shared cookies. *** This bug has been marked as a duplicate of 117222 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•