handling of expired cookies
Frank Dekervel
frank.nospam.dekervel.nospam at student.kuleuven.ac.be
Thu Jan 9 03:03:28 GMT 2003
op Thursday 09 January 2003 03:44 , schreef Dirk Mueller in
<mailman.1042080362.28769.kfm-devel at mail.kde.org> :
> Hi,
>
> can somebody reproduce bug:52776 ?
i tried with
1.php
<?
setCookie("foo","bar",time()+60,"/");
?>
and
2.php
<?
if (isset($foo)) {
print("foo is set");
} else {
print ("foo is not set");
}
?>
it seems to work correctly (after a while, 2.php says 'foo is not set'
again)
kde 3.1RC6
you can test it here
http://kervel.mine.nu:8080/~kervel/cookietest/1.php
http://kervel.mine.nu:8080/~kervel/cookietest/2.php
greetings,
frank
--
Frank Dekervel
Mechelsestraat 88
3000 Leuven
kervel at drie.kotnet.org
More information about the kfm-devel
mailing list