답변 1개
채택된 답변
+20 포인트
10년 전
http://stackoverflow.com/questions/36877/how-do-you-set-up-use-httponly-cookies-in-php" target="_blank">http://stackoverflow.com/questions/36877/how-do-you-set-up-use-httponly-cookies-in-php
찾아보니
이렇게 나오네요 ~
말씀하신것처럼, 5.2이상에서는 7번째 파라메터에 값을 주면되는데 그 하위버전은
It is also possible using the older, lower-level header() function:
header( "Set-Cookie: name=value; httpOnly" ); <-- 이렇게 셋팅해줘야 한다고합니다~
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인