mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
"re-added copyright and author of the old phpgwapi/inc/class.sessions(_php4).inc.php, I missed last night"
This commit is contained in:
parent
88827a3f3d
commit
e50bd2e966
@ -2,12 +2,21 @@
|
||||
/**
|
||||
* eGroupWare API: eGW session handling
|
||||
*
|
||||
* This class is based on the old phpgwapi/inc/class.sessions(_php4).inc.php:
|
||||
* (c) 1998-2000 NetUSE AG Boris Erdmann, Kristian Koehntopp
|
||||
* (c) 2003 FreeSoftware Foundation
|
||||
* Not sure how much the current code still has to do with it.
|
||||
*
|
||||
* Former authers were:
|
||||
* - NetUSE AG Boris Erdmann, Kristian Koehntopp
|
||||
* - Dan Kuykendall <seek3r@phpgroupware.org>
|
||||
* - Joseph Engo <jengo@phpgroupware.org>
|
||||
*
|
||||
* @link http://www.egroupware.org
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package api
|
||||
* @subpackage session
|
||||
* @author Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||
* @copyright (c) 2008 by Ralf Becker <RalfBecker-AT-outdoor-training.de>
|
||||
* @author Ralf Becker <ralfbecker@outdoor-training.de> since 2003 on
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
@ -904,14 +913,14 @@ class egw_session //extends sessions
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
private static $cookie_domain;
|
||||
private static $cookie_domain = '';
|
||||
|
||||
/**
|
||||
* path for cookies
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
private static $cookie_path;
|
||||
private static $cookie_path = '/';
|
||||
|
||||
/**
|
||||
* Set a cookie with eGW's cookie-domain and -path settings
|
||||
|
Loading…
Reference in New Issue
Block a user