You are here

protected property SessionHttpsTest::$insecureSessionName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Session/SessionHttpsTest.php \Drupal\system\Tests\Session\SessionHttpsTest::insecureSessionName

The name of the session cookie when using HTTP.

Type: string

File

core/modules/system/src/Tests/Session/SessionHttpsTest.php, line 27
Contains \Drupal\system\Tests\Session\SessionHttpsTest.

Class

SessionHttpsTest
Ensure that when running under HTTPS two session cookies are generated.

Namespace

Drupal\system\Tests\Session

Code

protected $insecureSessionName;