You are here

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

Retrieve the session expiration timestamp.

This function returns NULL if there are no restrictions on the session lifetime.

Return value

int|NULL The latest timestamp this session is valid.

File

includes/Assertion.php, line 737

Class

SAML2_Assertion

Code

public function getSessionNotOnOrAfter() {
  return $this->sessionNotOnOrAfter;
}