분류 php

Setting a Cookie Using the header() Function

컨텐츠 정보

  • 조회 1,648 (작성일 )

본문

<?php

     header("Set-Cookie: mycookie=myvalue; path=/; domain=.demo.org");

?> 

php