aboutsummaryrefslogtreecommitdiff
path: root/test/cookie/index.php
blob: 7a11bf1d5ce09a62e818e3a7eca0cf3e04542be6 (plain)
1
2
3
4
5
6
<?php

setcookie("_flmobile_test", "This is a test value", 0, "/", ".familine.minteck.org", true, true);

?>
Cookie set, click the Button button now.