Bug 325286 - Browser not persisting cookies when session ends
Summary: Browser not persisting cookies when session ends
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.8   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-14 15:51 EDT by Grant Gayed CLA
Modified: 2018-07-10 14:13 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grant Gayed CLA 2010-09-14 15:51:04 EDT
- run Snippet128
- navigate to an eclipse bug
- give name+password to log in
    - ensure that it shows you as being logged in
- close the snippet
- run Snippet128 again
- navigate to an eclipse bug
    - note that you are no longer logged in
    - this should have persisted across the sessions
Comment 1 Alexander Kurtakov CLA 2017-12-06 02:37:09 EST
Leo, 
Can you please check this with webkit2?
Comment 2 Leo Ufimtsev CLA 2017-12-06 14:04:03 EST
I tested on Linux/Cocoa. It is indeed the case that you have to re-authenticate.

From what I gather, the SWT browser doesn't support persistent sessions. (Is there documentation that suggests otherwise?).

Is there a use-case that would require persistent sessions?