gan tanya gan.. soal si dedek cookie.. #jadilaper ... Jul 20th 2013, 22:18, by Slamet Aprilianto | gan tanya gan.. soal si dedek cookie.. #jadilaper kenapa setcookie('testKueh','Berhasil, Cookies :3?',3600) gak bisa ya.. :(( padahal ne cba setcookie('testKueh','Berhasil, Cookies :3?') bisa tampil waktu dipanggil pake $_COOKIE['testKueh'] |
| | km hrs refresh halaman dulu |
| | klo perlu bersihkan cache browser |
| | udah tp gak bisa
<?php $exp = 60*60*10; if(!isset($_COOKIE['testKueh'])){ setcookie('testKueh','tanpa expr time'); } if(!isset($_COOKIE['testKuehGagal'])){ setcookie('testKuehGagal','dengan exp time',$exp); } var_dump($_COOKIE); ?>
result array(1) { ["testKueh"]=> string(15) "tanpa expr time" } | |
Tidak ada komentar:
Posting Komentar