브라우저가 쿠키를 지원하지 않을 때 다른 페이지로 정보를 전달해야만 한다면

Form을 사용할 수 있다.

다음을 참고하기 바란다.



If your application deals with browsers that do not support cookies, you will have to use other methods to pass information from one page to another in your application. One method is to pass the data through forms.



Reference:
http://www.w3schools.com/php/php_cookies.asp
Posted by 알 수 없는 사용자
,