Re: [PHP] cookie stopped working???

2001-01-13 Thread Rasmus Lerdorf
> SetCookie("cpvin","$vin","time()+1500"); SetCookie("cpvin",$vin,time()+1500); Note though that such short expiry times make you very prone to people having their clocks set wrong. It is a better idea to embed your server's timestamp in the value of the cookie and when you get the cookie back

Re: [PHP] cookie stopped working???

2001-01-13 Thread Richard Lynch
> I left the php list a few years ago when I lost the clients who wanted > (could afford) php scripts (I'm still using 2.12b..lol). Several > scripts are still running well after all these years. You probably should consider upgrading... > Now, I'm building an online programming resume for myse

[PHP] cookie stopped working???

2001-01-13 Thread Don Howland
Greetings all, I left the php list a few years ago when I lost the clients who wanted (could afford) php scripts (I'm still using 2.12b..lol). Several scripts are still running well after all these years. Now, I'm building an online programming resume for myself and using php/msql to track pote