PHP Class AppserverIo\Appserver\Core\Api\Node\SessionConfigNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\SessionConfigNodeInterface
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$garbageCollectionProbability GarbageCollectionProbabilityNode The garbage collection probability information.
$sessionCookieDomain SessionCookieDomainNode The session cookie domain information.
$sessionCookieHttpOnly SessionCookieHttpOnlyNode The session HTTP only information.
$sessionCookieLifetime SessionCookieLifetimeNode The session cookie lifetime information.
$sessionCookiePath SessionCookiePathNode The session cookie path information.
$sessionCookieSecure SessionCookieSecureNode The session cookie secure information.
$sessionFilePrefix SessionFilePrefixNode The session file prefix information.
$sessionInactivityTimeout SessionInactivityTimeoutNode The session inactivity timeout information.
$sessionMaximumAge SessionMaximumAgeNode The session maximum age information.
$sessionName SessionNameNode The session name information.
$sessionSavePath SessionSavePathNode The session save path information.

Méthodes publiques

Méthode Description
getGarbageCollectionProbability ( ) : GarbageCollectionProbabilityNode Return's the garbage collection probability information.
getSessionCookieDomain ( ) : SessionCookieDomainNode Return's the session cookie domain information.
getSessionCookieHttpOnly ( ) : SessionCookieHttpOnlyNode Return's the session cookie HTTP only information.
getSessionCookieLifetime ( ) : SessionCookieLifetimeNode Return's the session cookie lifetime information.
getSessionCookiePath ( ) : SessionCookiePathNode Return's the session cookie path information.
getSessionCookieSecure ( ) : SessionCookieSecureNode Return's the session cookie secure information.
getSessionFilePrefix ( ) : SessionFilePrefixNode Return's the session file prefix information.
getSessionInactivityTimeout ( ) : SessionInactivityTimeoutNode Return's the session inactivity timeout information.
getSessionMaximumAge ( ) : SessionMaximumAgeNode Return's the session maixmum age information.
getSessionName ( ) : SessionNameNode Return's the session name information.
getSessionSavePath ( ) : SessionSavePathNode Return's the session save path information.
toArray ( ) : array Returns the session configuration as associative array.

Method Details

getGarbageCollectionProbability() public méthode

Return's the garbage collection probability information.
public getGarbageCollectionProbability ( ) : GarbageCollectionProbabilityNode
Résultat GarbageCollectionProbabilityNode The garbage collection probability information

getSessionCookieDomain() public méthode

Return's the session cookie domain information.
public getSessionCookieDomain ( ) : SessionCookieDomainNode
Résultat SessionCookieDomainNode The session cookie domain information

getSessionCookieHttpOnly() public méthode

Return's the session cookie HTTP only information.
public getSessionCookieHttpOnly ( ) : SessionCookieHttpOnlyNode
Résultat SessionCookieHttpOnlyNode The session cookie HTTP only information

getSessionCookieLifetime() public méthode

Return's the session cookie lifetime information.
public getSessionCookieLifetime ( ) : SessionCookieLifetimeNode
Résultat SessionCookieLifetimeNode The session cookie lifetime information

getSessionCookiePath() public méthode

Return's the session cookie path information.
public getSessionCookiePath ( ) : SessionCookiePathNode
Résultat SessionCookiePathNode The session cookie path information

getSessionCookieSecure() public méthode

Return's the session cookie secure information.
public getSessionCookieSecure ( ) : SessionCookieSecureNode
Résultat SessionCookieSecureNode The session cookie secure information

getSessionFilePrefix() public méthode

Return's the session file prefix information.
public getSessionFilePrefix ( ) : SessionFilePrefixNode
Résultat SessionFilePrefixNode The session file prefix information

getSessionInactivityTimeout() public méthode

Return's the session inactivity timeout information.
public getSessionInactivityTimeout ( ) : SessionInactivityTimeoutNode
Résultat SessionInactivityTimeoutNode The session inativity timeout information

getSessionMaximumAge() public méthode

Return's the session maixmum age information.
public getSessionMaximumAge ( ) : SessionMaximumAgeNode
Résultat SessionMaximumAgeNode The session maximum age information

getSessionName() public méthode

Return's the session name information.
public getSessionName ( ) : SessionNameNode
Résultat SessionNameNode The session name information

getSessionSavePath() public méthode

Return's the session save path information.
public getSessionSavePath ( ) : SessionSavePathNode
Résultat SessionSavePathNode The session save path information

toArray() public méthode

Returns the session configuration as associative array.
public toArray ( ) : array
Résultat array The array with the session configuration

Property Details

$garbageCollectionProbability protected_oe property

The garbage collection probability information.
protected GarbageCollectionProbabilityNode,AppserverIo\Appserver\Core\Api\Node $garbageCollectionProbability
Résultat GarbageCollectionProbabilityNode

$sessionCookieDomain protected_oe property

The session cookie domain information.
protected SessionCookieDomainNode,AppserverIo\Appserver\Core\Api\Node $sessionCookieDomain
Résultat SessionCookieDomainNode

$sessionCookieHttpOnly protected_oe property

The session HTTP only information.
protected SessionCookieHttpOnlyNode,AppserverIo\Appserver\Core\Api\Node $sessionCookieHttpOnly
Résultat SessionCookieHttpOnlyNode

$sessionCookieLifetime protected_oe property

The session cookie lifetime information.
protected SessionCookieLifetimeNode,AppserverIo\Appserver\Core\Api\Node $sessionCookieLifetime
Résultat SessionCookieLifetimeNode

$sessionCookiePath protected_oe property

The session cookie path information.
protected SessionCookiePathNode,AppserverIo\Appserver\Core\Api\Node $sessionCookiePath
Résultat SessionCookiePathNode

$sessionCookieSecure protected_oe property

The session cookie secure information.
protected SessionCookieSecureNode,AppserverIo\Appserver\Core\Api\Node $sessionCookieSecure
Résultat SessionCookieSecureNode

$sessionFilePrefix protected_oe property

The session file prefix information.
protected SessionFilePrefixNode,AppserverIo\Appserver\Core\Api\Node $sessionFilePrefix
Résultat SessionFilePrefixNode

$sessionInactivityTimeout protected_oe property

The session inactivity timeout information.
protected SessionInactivityTimeoutNode,AppserverIo\Appserver\Core\Api\Node $sessionInactivityTimeout
Résultat SessionInactivityTimeoutNode

$sessionMaximumAge protected_oe property

The session maximum age information.
protected SessionMaximumAgeNode,AppserverIo\Appserver\Core\Api\Node $sessionMaximumAge
Résultat SessionMaximumAgeNode

$sessionName protected_oe property

The session name information.
protected SessionNameNode,AppserverIo\Appserver\Core\Api\Node $sessionName
Résultat SessionNameNode

$sessionSavePath protected_oe property

The session save path information.
protected SessionSavePathNode,AppserverIo\Appserver\Core\Api\Node $sessionSavePath
Résultat SessionSavePathNode