AppserverIo\Appserver\ServletEngine\Http\Request::setRequestedSessionName PHP 메소드

setRequestedSessionName() 공개 메소드

Set the requested session name for this request.
public setRequestedSessionName ( string $requestedSessionName ) : void
$requestedSessionName string The new session name
리턴 void
    public function setRequestedSessionName($requestedSessionName)
    {
        $this->requestedSessionName = $requestedSessionName;
    }