I would prefer to go to the last page being view when logout was initiated.
Going to the 'home' page is easy enough:
Code: Select all
$this->redirect($this->get('config', 'defaultPage'));
But how, let's say if I was viewing 'About' and initiate logout, do I get it to redirect to that page? ('About' is just an example - it could be any page.)