I'm trying to quit a sessão
php
and redirect a user after a password change to force new login
on the return of an action, the redirection is occuring but I'm not exactly sure how to end the session at that time. p>
What I have in return for password change is this:
if (response.codigo == "1") { $("#msgResultadoSenha").html('×AVISO!' + response.mensagem + ''); // Atualizando os dados do formulário window.location.href = "index.php#ajax/iPerfil.php"; } else { $("#msgResultadoSenha").html('×ATENÇÃO! ' + response.mensagem + ''); }