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

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

Protected Properties

Property 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.

Public Methods

Method 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 method

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

getSessionCookieDomain() public method

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

getSessionCookieHttpOnly() public method

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

getSessionCookieLifetime() public method

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

getSessionCookiePath() public method

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

getSessionCookieSecure() public method

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

getSessionFilePrefix() public method

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

getSessionInactivityTimeout() public method

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

getSessionMaximumAge() public method

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

getSessionName() public method

Return's the session name information.
public getSessionName ( ) : SessionNameNode
return SessionNameNode The session name information

getSessionSavePath() public method

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

toArray() public method

Returns the session configuration as associative array.
public toArray ( ) : array
return array The array with the session configuration

Property Details

$garbageCollectionProbability protected property

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

$sessionCookieDomain protected property

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

$sessionCookieHttpOnly protected property

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

$sessionCookieLifetime protected property

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

$sessionCookiePath protected property

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

$sessionCookieSecure protected property

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

$sessionFilePrefix protected property

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

$sessionInactivityTimeout protected property

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

$sessionMaximumAge protected property

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

$sessionName protected property

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

$sessionSavePath protected property

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