Skip to content

Allow disabling same-site cookie #205

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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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