Jump to content

BASIC COOKIE QUESTION


kool_samule

Recommended Posts

Hi Chaps,

 

I'm having trouble setting a cookie.

 

The login.php file is in a directory called 'account'

 

The cookie name in Termporary Internet Files shows as:

'account/'

instead of the standard

 

This results in the cookie being read by files with the 'account' directory.

 

I've searched around played around the the $path and $domain variables, but they don't seem to do anything.

 

Although the PHP code looks like this:

setcookie($name, $value, $hour);

 

The cookie looks like this:

$name, $value, $path, $time

 

Can someone tell me where I'm going wrong with this?

Link to comment
https://forums.phpfreaks.com/topic/201797-basic-cookie-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.