Closed
Bug 138483
Opened 23 years ago
Closed 23 years ago
javaScript window.open looses cookie information from parent
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: meyer_michael, Assigned: morse)
References
Details
if a jsp or servlet application starts a session and the session information is
stored in the cookie (no url rewriting). If the application opens a new window
with javascript window.open the browser (mozilla 1.0rc1) seems not to inherit
the cookie information to the new child window. This only happens if the browser
is configuerd with the "Enables cookies for the orginating web site only"
option. Not if "enable all cookies is set".
The request is definetly send to the same server as bofore.
Comment 1•23 years ago
|
||
There is a similar sound bug here: Bug 136891
Reporter | ||
Comment 2•23 years ago
|
||
seems to be bug in the application not in Mozilla - sorry.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•