I have a problem. On ie8 don’t work login form I try to login on http://www.yiiframework.com/demos/blog/index.php/site/login its works but I download blog demo install and it doesn’t when I print_r $_SESSION it output Array ( ) in FF and so on it works perfect I think its problem with my php+apache setting can anybody help me.
Check the name of the server machine. IE has problems with machine names that contain ‘-’ or ‘_’ - they cannot maintain a session! I’ve had this problem twice in the past, and it always takes me weeks to figure out, and I’m shocked IE hasn’t fixed it.
Just rename the machine to have no strange characters! You can get it working if you just use the IP address of the server in the url to test.