Killing session cookies
Hi everyone!
I've got a terrible problem with session cookies.
When you invalidate a session, it will not delete the cookie from the client browser.
I tried to setMaxAge(0) to the session cookies but it doesn't work: the session rewrite it with setMaxAge(-1).
How can I delete programmaticaly the session cookie when I invalidet a session, before the browser closing?
Thanks all!
Claudio

