[Phpfreechat-svn] SF.net SVN: phpfreechat:[1257] trunk/src/pfcuserconfig.class.php
Status: Beta
Brought to you by:
kerphi
|
From: <ke...@us...> - 2008-12-02 08:35:32
|
Revision: 1257
http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1257&view=rev
Author: kerphi
Date: 2008-12-02 08:35:22 +0000 (Tue, 02 Dec 2008)
Log Message:
-----------
Remove the specific session_name value. From now phpfreechat totaly share the sessions data with the whole website. This should simplify integrations. (thanks to Ivan Kravets aka x-man for the suggestion)
Modified Paths:
--------------
trunk/src/pfcuserconfig.class.php
Modified: trunk/src/pfcuserconfig.class.php
===================================================================
--- trunk/src/pfcuserconfig.class.php 2008-12-01 17:16:29 UTC (rev 1256)
+++ trunk/src/pfcuserconfig.class.php 2008-12-02 08:35:22 UTC (rev 1257)
@@ -21,7 +21,6 @@
$c =& pfcGlobalConfig::Instance();
// start the session : session is used for locking purpose and cache purpose
- session_name( "phpfreechat" );
if(session_id() == "") session_start();
// the nickid is a public identifier shared between all the chatters
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|