Bug 325286

Summary: Browser not persisting cookies when session ends
Product: [Eclipse Project] Platform Reporter: Grant Gayed <grant_gayed>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: akurtakov
Version: 4.8   
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:

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?