Vergleich inc/class_session.php - 1.2.0 - 1.2.1

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * Website: http://www.mybboard.com
* License: http://www.mybboard.com/eula.html
*

 * $Id: class_session.php 2164 2006-08-30 06:17:49Z chris $

 * $Id: class_session.php 2224 2006-09-14 00:35:33Z chris $

 */

class session

 */

class session

Zeile 105Zeile 105
		}

// As a token of our appreciation for getting this far, give the user a cookie

		}

// As a token of our appreciation for getting this far, give the user a cookie

		my_setcookie("sid", $this->sid, -1);

		my_setcookie("sid", $this->sid, -1, true);

	}

/**

	}

/**