Home
last modified time | relevance | path

Searched refs:session_exists (Results 1 – 25 of 62) sorted by relevance

123

/dports/www/kanboard/kanboard-1.2.21/app/Core/User/
H A DUserSession.php213 return session_exists('user') && session_get('user') !== [];
225 if (! session_exists('filters:'.$projectID)) {
255 if (! session_exists('listOrder:'.$projectID)) {
/dports/sysutils/wemux/wemux-5de95ad531476773c5c58be48b8bd8bf322eef7e/
H A Dwemux.in303 session_exists() {
382 if ! session_exists; then
402 if session_exists; then
532 if session_exists; then
543 if session_exists; then
562 elif session_exists; then
614 elif session_exists; then
/dports/www/kanboard/kanboard-1.2.21/app/Core/Session/
H A DFlashMessage.php46 if (! session_exists('flash')) {
64 if (session_exists('flash')) {
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/session_exists_cache_context_test/
H A Dsession_exists_cache_context_test.module16 $session_exists = \Drupal::service('session_configuration')->hasSession($request);
19 … '#markup' => '<p>' . ($session_exists ? 'Session exists!' : 'Session does not exist!') . '</p>',
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/session_exists_cache_context_test/
H A Dsession_exists_cache_context_test.module16 $session_exists = \Drupal::service('session_configuration')->hasSession($request);
19 … '#markup' => '<p>' . ($session_exists ? 'Session exists!' : 'Session does not exist!') . '</p>',
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/
H A Dload_session.php45 …$session_exists = (bool) db_get_value('COUNT(id_session)', 'tsessions_php', 'id_session', $session…
47 if (!$session_exists) {
/dports/www/kanboard/kanboard-1.2.21/app/Controller/
H A DTwoFactorController.php60 if (! session_exists('twoFactorSecret')) {
178 if (! session_exists('twoFactorBeforeCodeCalled')) {
221 if (session_exists('twoFactorSecret')) {
/dports/sysutils/abduco/abduco-0.6/
H A Dabduco.c256 static bool session_exists(const char *name) { in session_exists() function
265 return session_exists(name) && in session_alive()
387 if (session_exists(name)) { in create_session()
557 if (!session_exists(namelist[n]->d_name)) in list_session()
654 if (session_exists(server.session_name)) in main()
/dports/www/moodle310/moodle/lib/tests/
H A Dsession_redis_test.php247 …$this->assertFalse($sess->session_exists('sess1'), 'Session must not exist yet, it has not been sa…
249 $this->assertTrue($sess->session_exists('sess1'), 'Session must exist now.');
251 $this->assertFalse($sess->session_exists('sess1'), 'Session should be destroyed.');
H A Dsession_manager_test.php180 $this->assertFalse(\core\session\manager::session_exists('abc'));
190 $this->assertFalse(\core\session\manager::session_exists($sid));
199 $this->assertTrue(\core\session\manager::session_exists($sid));
205 $this->assertTrue(\core\session\manager::session_exists($sid));
210 $this->assertTrue(\core\session\manager::session_exists($sid));
215 $this->assertFalse(\core\session\manager::session_exists($sid));
219 $this->assertTrue(\core\session\manager::session_exists($sid));
/dports/www/moodle39/moodle/lib/tests/
H A Dsession_redis_test.php247 …$this->assertFalse($sess->session_exists('sess1'), 'Session must not exist yet, it has not been sa…
249 $this->assertTrue($sess->session_exists('sess1'), 'Session must exist now.');
251 $this->assertFalse($sess->session_exists('sess1'), 'Session should be destroyed.');
H A Dsession_manager_test.php180 $this->assertFalse(\core\session\manager::session_exists('abc'));
190 $this->assertFalse(\core\session\manager::session_exists($sid));
199 $this->assertTrue(\core\session\manager::session_exists($sid));
205 $this->assertTrue(\core\session\manager::session_exists($sid));
210 $this->assertTrue(\core\session\manager::session_exists($sid));
215 $this->assertFalse(\core\session\manager::session_exists($sid));
219 $this->assertTrue(\core\session\manager::session_exists($sid));
/dports/www/drupal8/drupal-8.9.20/core/modules/big_pipe/
H A Dbig_pipe.module45 $session_exists = \Drupal::service('session_configuration')->hasSession($request);
51 if ($session_exists) {
/dports/www/drupal9/drupal-9.2.10/core/modules/big_pipe/
H A Dbig_pipe.module45 $session_exists = \Drupal::service('session_configuration')->hasSession($request);
51 if ($session_exists) {
/dports/www/moodle311/moodle/lib/tests/
H A Dsession_redis_test.php271 …$this->assertFalse($sess->session_exists('sess1'), 'Session must not exist yet, it has not been sa…
273 $this->assertTrue($sess->session_exists('sess1'), 'Session must exist now.');
275 $this->assertFalse($sess->session_exists('sess1'), 'Session should be destroyed.');
H A Dsession_manager_test.php180 $this->assertFalse(\core\session\manager::session_exists('abc'));
190 $this->assertFalse(\core\session\manager::session_exists($sid));
199 $this->assertTrue(\core\session\manager::session_exists($sid));
205 $this->assertTrue(\core\session\manager::session_exists($sid));
210 $this->assertTrue(\core\session\manager::session_exists($sid));
215 $this->assertFalse(\core\session\manager::session_exists($sid));
219 $this->assertTrue(\core\session\manager::session_exists($sid));
/dports/www/moodle311/moodle/lib/classes/session/
H A Dhandler.php104 public abstract function session_exists($sid); function in core\\session\\handler
H A Dfile.php86 public function session_exists($sid) { function in core\\session\\file
/dports/www/moodle310/moodle/lib/classes/session/
H A Dhandler.php104 public abstract function session_exists($sid); function in core\\session\\handler
H A Dfile.php86 public function session_exists($sid) { function in core\\session\\file
/dports/www/moodle39/moodle/lib/classes/session/
H A Dhandler.php104 public abstract function session_exists($sid); function in core\\session\\handler
H A Dfile.php86 public function session_exists($sid) { function in core\\session\\file
/dports/www/kanboard/kanboard-1.2.21/app/Core/Security/
H A DToken.php80 if (! session_exists($key)) {
/dports/www/kanboard/kanboard-1.2.21/app/Validator/
H A DPasswordResetValidator.php78 if (! session_exists('captcha')) {
/dports/www/mod_auth_openid/mod_auth_openid-0.8/src/
H A DMoidConsumer.h81 bool session_exists();

123