Solar_Http_Response::setCookiesHttponly()

public Solar_Http_Response Solar_Http_Response::setCookiesHttponly ( bool $flag )

By default, should cookies be sent by HTTP only?

Parameters

  • (bool) $flag: True to send by HTTP only, false to send by any method.

Returns

  • (Solar_Http_Response) This response object.

Description

By default, should cookies be sent by HTTP only?



Local