pneudralics Posted May 11, 2009 Share Posted May 11, 2009 I'm using XAMPP and I can't find my cookies in my cookies folder. IE7 w/ Vista Searched in ../low/ and ../cookies/ folders. I can see cookies from actual website internet sites but not from localhost. Also tried: host file: 127.0.0.1 localhost.com Link to comment https://forums.phpfreaks.com/topic/157739-where-is-cookies-stored-for-localhost/ Share on other sites More sharing options...
pneudralics Posted May 11, 2009 Author Share Posted May 11, 2009 Nevermind.. it's stored but how come the file stored on the computer reads different than print_r($_COOKIE) print_r($_COOKIE) Array ( [__utma] => 4169385.681049504.1242078723.1242078723.1242078723.1 [__utmb] => 4169385.11.10.1242078723 [__utmc] => 4169385 [__utmz] => 4169385.1242078724.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none) [time] => 1242079307 [id] => 7 [idsession] => 4ac1b0e2d40cb0cfba3a5bac3c1b2108373a3d6c ) cookie txt __utma 4169385.681049504.1242078723.1242078723.1242078723.1 localhost.com/ 1088 3398296576 30150694 3645661472 30003843 * __utmb 4169385.11.10.1242078723 localhost.com/ 1088 165844992 30003848 3645791472 30003843 * __utmz 4169385.1242078724.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none) localhost.com/ 1088 1951310720 30040555 3095228768 30003842 * Link to comment https://forums.phpfreaks.com/topic/157739-where-is-cookies-stored-for-localhost/#findComment-831973 Share on other sites More sharing options...
gevans Posted May 11, 2009 Share Posted May 11, 2009 Overall that looks fine to me, what seems to be the problem? Link to comment https://forums.phpfreaks.com/topic/157739-where-is-cookies-stored-for-localhost/#findComment-831978 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.