where does php place cookies?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

where does php place cookies?

From: Marcus <JumpMan222@aol.com>
Date: Tue Oct 04 2005 - 06:11:07 CEST

Hello all,

This is baffling me. I am starting a session and I know it is setting a
cookie on my computer - I called getallheaders() and see that it is
setting the cookie, and it is also accessible in $_COOKIE. I cleared
all cookies in my Cookies folder before starting the session, and
everytime I run the script it does not create a cookie in the folder.
For testing I even set the browser to accept all cookies to make sure.

session.use_cookies is on in php.ini, session.use_only_cookies is off,
and session.use_trans_sid is off. The session data file is definitely
being created, but I cannot find the corresponding cookie no matter what
I try.

Thanks in advance for all your help.
Received on Tue Oct 18 02:31:15 2005