[geeklog-cvs] geeklog-1.3 config.php,1.126,1.127

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Sun Aug 8 13:00:11 EDT 2004


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv12605

Modified Files:
	config.php 
Log Message:
Added support for PHP SESSIONS - using the PEAR class HTTP_Session.

Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -d -r1.126 -r1.127
*** config.php	3 Aug 2004 11:04:58 -0000	1.126
--- config.php	8 Aug 2004 17:00:06 -0000	1.127
***************
*** 302,305 ****
--- 302,316 ----
  
  // +---------------------------------------------------------------------------+
+ // | PHP SESSIONS SETTINGS                                                     |
+ // +---------------------------------------------------------------------------+
+ 
+ // will use cookies to store the session id on the client side
+ $_CONF['sessions_usecookie']            = true;
+ $_CONF['sessionid']                     = 'SessionID';
+ // The prefix can be useful for instance if you generate identifiers simultaneously on several hosts 
+ // and there is the extream chance to generate the identifier at the same microsecond.
+ $_CONF['sessionid_prefex']              = 'gl';
+ 
+ // +---------------------------------------------------------------------------+
  // | This is really redundant but I am including this as a reminder that those |
  // | people writing Geeklog Plug-ins that are OS dependent should check either |




More information about the geeklog-cvs mailing list