PHP Interface AppserverIo\Appserver\Core\Api\Node\SessionConfigNodeInterface

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Afficher le fichier Open project: appserver-io/appserver

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.

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