Re: Setting cookie on first visit

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The manual detail this issue:

http://ca.php.net/setcookie

You can't see the cookie until you hit the next page. There is no way view the newly set cookie.

Dan Tappin

On Mar 2, 2005, at 2:18 AM, Tom Whitbread wrote:

I am using a cookie to detect what skin a user wants to display. The problem is if a user visits the site for the first time the cookie is not being set. I am detecting if its being set or not with

if(!isset($_COOKIE['skin'])){ ... }

It's not setting the cookie untill a user refreshes the page once. How can I ensure it's set when it hasnt been set before?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux