View Single Post
  #3 (permalink)  
Old 02-27-2008, 07:08 PM
xentek's Avatar
xentek xentek is offline
Senior Member
 
Join Date: Feb 2008
Posts: 112
Default

Check out the setcookie documentation on php.net ... there are some caveats with setting cookies that you may be running into. Also, try setting all of the paramaters, even if you want the defaults (just set the defaults), as this can sometimes cause issues in some browsers, which result in the cookie not being set (without error).
Reply With Quote