getHasSessionId() public method
Returns a value indicating whether the current request has sent the session ID.
The default implementation will check cookie and $_GET using the session name. If you send session ID via other ways, you may need to override this method or call setHasSessionId() to explicitly set whether the session ID is sent.
public boolean getHasSessionId ( ) | ||
---|---|---|
return | boolean |
Whether the current request has sent the session ID. |
Please login to continue.