IE(Internet Explorer) 10 에서 Session 을 잃어버리는 문제(Session Lost Problem)
1. 홈페이지를 제작하다가 로긴을 하니, 세션이 자꾸 사라진다.
2. 크롬에서 로긴하면 정상적으로 세션이 생성된다.
3. session 저장 폴더에 가서( linux, tmp ) 확인해 보니, 파일 생성은 정상적으로 한다.
[현상]
ie 를 제외한 브라우저에서는 세션이 정상적으로 등록되나,
ie 에서는 세션 생성이 안된다.
[원인]
구글링..
키워드는 ie session problem
[결과]
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.
[출처] http://stackoverflow.com/questions/306132/php-session-problem-only-in-ie-really-strange-problem
도메인에 - _ 등이 이 있을 경우 ie 에서는 오류 나는 경우가 있다고 한다.
서브도메인에서 underbar(_) 가 있어서 세션이 정상적으로 등록되지 않았던 경우임.
[출처] [PHP] ie 세션이 죽는 문제|작성자 키에르
댓글
댓글 쓰기