Closed
Bug 1425821
Opened 8 years ago
Closed 8 years ago
HttpSession destroy always
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sghaier.ali, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171206182557
Steps to reproduce:
update to version 57.0.2
Actual results:
I update firefox to version 57.0.2 (64bit),
My application is in Java8 stusts2 spring3.0:
this code Java:
HttpSession session = request.getSession (true);
session.isNew () <--- i get always true with 57 version
this problem is not relevant to version 56 and other browsers
Expected results:
session.new() return true or false depend if is a new session or not
| Reporter | ||
Comment 1•8 years ago
|
||
i have delete %APPDATA% and i retry is ok. i think the problem is with plugins ssh .
you can close this ticket
tks
Comment 2•8 years ago
|
||
Based on the fact that in #comment 1 the problem is solved. I will mark this as resolved wfm.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•