MrZordon / Beatles-2.0

0 stars 1 forks source link

Logout header information sent warning #2

Closed GeorgeHarrison92 closed 10 years ago

GeorgeHarrison92 commented 10 years ago

Upon logout action, the user js not correctly redirected back to the login page. Presented with an warning message about header information being already sent. This must be edited for all user types to be able to logout successfully

RingoStar commented 10 years ago

I have just fixed the issue, the issue was due to the fact that we were destroying the session before we called Exodus Logout. By doing this we were unable to assign a variable causing the issue and the logout to actually fail.