분류
php
Setting a Cookie Using the header() Function
본문
<?php
header("Set-Cookie: mycookie=myvalue; path=/; domain=.demo.org");
?>
- 이전글Logged In with cookie 15.06.10
- 다음글Changing the page type to XML 15.06.10
<?php
header("Set-Cookie: mycookie=myvalue; path=/; domain=.demo.org");
?>