Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(wk,ff): properly support getting and setting non-session cookies #1280

Merged
merged 2 commits into from
Mar 7, 2020

Conversation

aslushnikov
Copy link
Collaborator

Fixes #1269

@aslushnikov aslushnikov requested a review from pavelfeldman March 7, 2020 03:36
docs/api.md Outdated
@@ -477,6 +477,7 @@ An array of all pages inside the browser context.
- `expires` <[number]> Unix time in seconds.
- `httpOnly` <[boolean]>
- `secure` <[boolean]>
- `session` <[boolean]>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about the opposite? Never return session, never set session. Rationale: expires defines session anyways.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair

@aslushnikov
Copy link
Collaborator Author

@pavelfeldman done!

@pavelfeldman pavelfeldman merged commit d1ef0c8 into microsoft:master Mar 7, 2020
@aslushnikov aslushnikov deleted the session-cookies branch April 23, 2020 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Cannot set cookie in juggler
2 participants