If I set a cookie as a session cookie (no expires/max-age value), when does the browser remove the cookie?
I know that it is removed when the browser is closed but I'd like to know if there is ever a case where a session cookie can timeout or expire before the browser is closed.