Once I logged out from my Symfony2 app I can press back button and I can still see password protected pages pulled from browser cache.
I have simple:
$session = $request->getSession();
$session->clear();
in my logoutAction.
Any idea how to do prevent this?