| 
	
 | 
 Posted by Marcus on 06/20/67 11:28 
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.
 
  
Navigation:
[Reply to this message] 
 |