Web Programming/PHP

세션이 잘 안써질 경우 (OS, 익스플로러문제)

BAGE 2006. 8. 9. 19:58
@setcookie(ini_get("세션이름"), session_id(), 0,"/");

으로 굽는다.