wawanopoulos
wawanopoulos

Reputation: 9804

Why Google Chrome does not delete session cookie when restart after crash?

My web page set a session cookie when the user is connected.

If i kill the chrome process on windows, and then i restart the browser, my session cookie is here ! Why ?

Is there a way to prevent this behaviour ?

Upvotes: 0

Views: 1012

Answers (1)

C. K. Young
C. K. Young

Reputation: 223043

This is a feature, not a bug. Crashes usually are not intentional, and it would be a huge inconvenience to the user to have to log into everything all over again.

Crashing is not the same as exiting. If you want to restart the browser, quit it the normal way, not by killing it.

Upvotes: 2

Related Questions