You are here

public function SAML2_Assertion::getSessionIndex in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7

Retrieve the session index of the user at the IdP.

Return value

string|NULL The session index of the user at the IdP.

File

includes/Assertion.php, line 761

Class

SAML2_Assertion

Code

public function getSessionIndex() {
  return $this->sessionIndex;
}