[geeklog-cvs] geeklog-1.3 config.php,1.81,1.82

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Thu May 8 13:23:12 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3
In directory internal.geeklog.net:/tmp/cvs-serv23339

Modified Files:
	config.php 
Log Message:
Made sure all setcookie() calls use all 6 parameters and other changes in another attempt to solve the "www vs. non-www" and related login problems.


Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/config.php,v
retrieving revision 1.81
retrieving revision 1.82
diff -C2 -d -r1.81 -r1.82
*** config.php	5 May 2003 21:11:06 -0000	1.81
--- config.php	8 May 2003 17:23:09 -0000	1.82
***************
*** 176,180 ****
  $_CONF['session_cookie_timeout']        = 7200;
  $_CONF['cookie_path']                   = '/';
! $_CONF['cookiedomain']                  = '';
  $_CONF['cookiesecure']                  = 0;
  
--- 176,180 ----
  $_CONF['session_cookie_timeout']        = 7200;
  $_CONF['cookie_path']                   = '/';
! $_CONF['cookiedomain']                  = ''; // e.g. '.example.com'
  $_CONF['cookiesecure']                  = 0;
  





More information about the geeklog-cvs mailing list