[geeklog-cvs] geeklog-1.3/public_html lib-common.php,1.371,1.372

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Sep 5 04:49:19 EDT 2004


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

Modified Files:
	lib-common.php 
Log Message:
Removed the HTTP_Session code. In its current incarnation, it's causing us too many problems.


Index: lib-common.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/lib-common.php,v
retrieving revision 1.371
retrieving revision 1.372
diff -C2 -d -r1.371 -r1.372
*** lib-common.php	4 Sep 2004 19:45:24 -0000	1.371
--- lib-common.php	5 Sep 2004 08:49:17 -0000	1.372
***************
*** 141,153 ****
  
  /**
- * Include the PEAR Class to support PHP SESSIONS
- * Setup the SESSIONS Class and start SESSIONS and restore any SESSION Based Variables
- */
- 
- require_once( 'HTTP/Session.php' );
- HTTP_Session::useCookies( $_CONF['sessions_usecookie'] );
- HTTP_Session::start( $_CONF['sessionid'], uniqid( $_CONF['sessionid_prefix'] ));
- 
- /**
  * Include page time -- used to time how fast each page was created
  *
--- 141,144 ----




More information about the geeklog-cvs mailing list