|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#106
|
|||
|
|||
|
Developing a User Personalization System with PHP and Cookies
Developing a User Personalization System with PHP and Cookies
September 20, 1999 - Making your site more appealing to repeat traffic is always a priority among web developers. However users of your site are likely to be coming to your site for different reasons. This tutorial will teach you how to use PHP and cookies to make your site more user-customizable and therefore more likely to attract repeat users. Please discuss this article in this thread. You can read the article here . |
|
#107
|
|||
|
|||
|
Re: Why do my cookies not work ??? (html formatted)
I had the same problem when only using setcookie(name, value);
I solved the problem by using setcookie(name, value, 60*60*24*265); // about a year |
|
#108
|
|||
|
|||
|
Re: Why do my cookies not work ??? (html formatted)
I had the same problem when only using setcookie(name, value);
I solved the problem by using setcookie(name, value, **time+** 60*60*24*265); // about a year |
|
#109
|
|||
|
|||
|
Re: Why do my cookies not work ??? (html formatted)
time = time() of course ;)
Also you should not have any dots in your cookie name... |
|
#110
|
|||
|
|||
|
If you would like to see an article covering a particular topic, please post your request here.
|
![]() |
| Viewing: Dev Shed Forums > Other > Development Articles > Developing a User Personalization System with PHP and Cookies |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|