PHP 클래스 AppserverIo\Appserver\Core\Api\Node\SessionConfigNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\SessionConfigNodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

공개 메소드들

메소드 설명
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.

메소드 상세

getGarbageCollectionProbability() 공개 메소드

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

getSessionCookieDomain() 공개 메소드

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

getSessionCookieHttpOnly() 공개 메소드

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

getSessionCookieLifetime() 공개 메소드

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

getSessionCookiePath() 공개 메소드

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

getSessionCookieSecure() 공개 메소드

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

getSessionFilePrefix() 공개 메소드

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

getSessionInactivityTimeout() 공개 메소드

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

getSessionMaximumAge() 공개 메소드

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

getSessionName() 공개 메소드

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

getSessionSavePath() 공개 메소드

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

toArray() 공개 메소드

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

프로퍼티 상세

$garbageCollectionProbability 보호되어 있는 프로퍼티

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

$sessionCookieDomain 보호되어 있는 프로퍼티

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

$sessionCookieHttpOnly 보호되어 있는 프로퍼티

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

$sessionCookieLifetime 보호되어 있는 프로퍼티

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

$sessionCookiePath 보호되어 있는 프로퍼티

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

$sessionCookieSecure 보호되어 있는 프로퍼티

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

$sessionFilePrefix 보호되어 있는 프로퍼티

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

$sessionInactivityTimeout 보호되어 있는 프로퍼티

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

$sessionMaximumAge 보호되어 있는 프로퍼티

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

$sessionName 보호되어 있는 프로퍼티

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

$sessionSavePath 보호되어 있는 프로퍼티

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