php - save session of page redirect in ie -


i create login page. when user submit "username" , "password" if username , password true page redirect header("location:home_page.php"); code work in firefox in ie8 doesn't work. search , understand ie has problem session(that sent page, iframe , popup) found solution told me set header privacy policy (p3p). , set header problem not solve. please me.

i use echo '<script type="text/javascript">window.location.href="home_page.php";</script>'; problem not solved

some time can not discover why header errors appear use javascript header instead php like:

echo '<script type="text/javascript">window.location.href="redirectpage";</script>'; 

you can use html meta tag php redirection.


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -