Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Add support for session cookie domain, secure, and http-only flags #31

Conversation

weierophinney
Copy link
Member

@weierophinney weierophinney commented Jan 8, 2019

This patch builds off of smalot#2, adding assertions to an existing test to validate that the appropriate flags for the session cookie domain, secure status, and http-only status are set appropriately.

It adds support for the following INI flags/values:

  • session.cookie_domain
  • session.cookie_httponly
  • session.cookie_secure

Fixes #30

smalot and others added 3 commits January 8, 2019 17:01
Adds assertions against the domain, secure, and http-only flags of the
generated `Set-Cookie`, based on the current INI values.
@weierophinney weierophinney merged commit 7aad764 into zendframework:develop Jan 9, 2019
@weierophinney weierophinney deleted the feature/2-full-session-cookie-attributes branch January 9, 2019 14:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants