AppserverIo\Appserver\Core\Api\Node\SessionConfigNode::getSessionFilePrefix PHP Method

getSessionFilePrefix() public method

Return's the session file prefix information.
public getSessionFilePrefix ( ) : SessionFilePrefixNode
return SessionFilePrefixNode The session file prefix information
    public function getSessionFilePrefix()
    {
        return $this->sessionFilePrefix;
    }