Re: Invalidate problem with Opera
Søren Blidorf wrote: In my webapp I use session.invalidate(). It works fine in IE, but not in Opera. I get no error but the user is still logged in. Any idears? A guess, and a way to check it : The guess is that a side-effect of session.invalidate() is that in the next response to the browser
Invalidate problem with Opera
In my webapp I use session.invalidate(). It works fine in IE, but not in Opera. I get no error but the user is still logged in. Any idears? Soren