Bug 88441 - Cookie/session resets/expires when no good reason
Summary: Cookie/session resets/expires when no good reason
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-06 12:19 PDT by Ryosuke Niwa
Modified: 2012-06-06 15:01 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-06-06 12:19:07 PDT
It appears that cookies and sessions reset out of blue.
So I'm forced to log out of Bugzilla, Gmail, etc... sometimes on ToT WebKit.

It seems though that it happens as WebProcess crashes because the entire page reload before this happens.
Comment 1 Alexey Proskuryakov 2012-06-06 13:54:41 PDT
This sounds like a whole bunch of different problems (e.g. Bugzilla session is just a cookie and should outlive a restart, unlike a GMail one).

Perhaps we should start with crashes - are you getting any logs for these in Console?

Also, is this Lion? Which version of everything?
Comment 2 Ryosuke Niwa 2012-06-06 14:02:57 PDT
Safari + ToT WebKit on SnowLeopard. Is there a place where crash logs are stored automatically?
Comment 3 Alexey Proskuryakov 2012-06-06 14:46:47 PDT
Yes, and the easiest way to access them is with /Applications/Utilities/Console.app.
Comment 4 Ryosuke Niwa 2012-06-06 15:01:41 PDT
(In reply to comment #3)
> Yes, and the easiest way to access them is with /Applications/Utilities/Console.app.

I don't see anything related to WebProcess related in /Applications/Utilities/Console.app so this is probably not a crash. I wonder why we're reloading the page then :\