Skip to content

Allow disabling same-site cookie #205

@dakorpar

Description

@dakorpar

currently in HttpExtension initCookie is allways being added

$this->initialization->addBody(
	'Nette\Http\Helpers::initCookie($this->getService(?), $response);',
	[$this->prefix('request')]
);

sometimes we just have REST api, do not deal with sessions and are not using cookies at all, so would be cool if we can disable this as well...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions