Index: branches/5.0.x/core/kernel/session/session.php =================================================================== diff -u -r12202 -r12299 --- branches/5.0.x/core/kernel/session/session.php (.../session.php) (revision 12202) +++ branches/5.0.x/core/kernel/session/session.php (.../session.php) (revision 12299) @@ -1,6 +1,6 @@ SetCookieName('my_sid_cookie'); $session->SetGETName('sid'); $session->InitSession(); - ... //link output: @@ -69,7 +72,11 @@ */ -//Implements session storage in the database + +/** + * Implements Session Store in the Database + * + */ class SessionStorage extends kDBBase { var $Expiration; @@ -397,6 +404,7 @@ define('smGET_ONLY', 3); define('smCOOKIES_AND_GET', 4); + class Session extends kBase { var $Checkers; @@ -1162,6 +1170,4 @@ return $ret; } -} - -?> \ No newline at end of file +} \ No newline at end of file