Jump to content

setcookie


Tormentor

Recommended Posts

ok i know this is a noob question but hopefully you`ll answer quickly

 

i used to use:

setcookie("username",$username, time()+36000);

and it was working just fine...

but i transfered to another machine wich also use xampp

(i host all this at home) but now my cookie only work in the localhost

even when i use:

setcookie("username",$username, time()+36000, ".example.com");

 

hopefulle its just something i forgot i`ve set on the first machine apache.

i keep looking

 

Link to comment
https://forums.phpfreaks.com/topic/69626-setcookie/
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.