php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16188 Cookies not used for session under windows browsers
Submitted: 2002-03-20 11:41 UTC Modified: 2002-03-20 13:11 UTC
From: antoine at ws-interactive dot fr Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.1.2 OS: Linux (Redhat 7.2)
Private report: No CVE-ID: None
 [2002-03-20 11:41 UTC] antoine at ws-interactive dot fr
This bug happened when moving from 4.0.6 to 4.1.2. It concerns the way sessions are stored on the client side.

php.ini session section :
*************************
session.save_handler = files
session.save_path = /tmp
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
serializer of PHP.
session.serialize_handler = php
process is started
session.gc_probability = 1
session.gc_maxlifetime = 1440
session.referer_check =
session.entropy_length = 0
session.entropy_file =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 1
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"


As specified, normally session are stored in cookies, but for all browsers under windows (tested Netscape 4, IE 5.5, Mozilla 0.9.9) the cookie isn't stored, although the settings in the browser permits it. 


php config line :
./configure  --with-apxs=/usr/local/apache/bin/apxs --enable-trans-sid --enable-wddx --with-gettext --with-mysql=/usr/local/mysql --with-xml

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-20 13:11 UTC] sander@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 22:01:26 2024 UTC