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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

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

ios - I get the error Property '...' not found on object of type '...' -