. * */ namespace Friendica\Core\Session\Handler; abstract class AbstractSessionHandler implements \SessionHandlerInterface { /** @var int Duration of the Session */ public const EXPIRE = 180000; }