-
Notifications
You must be signed in to change notification settings - Fork 209
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
Why does setCookie require a URL when a Cookie has its domain and path set? #180
Comments
I think this would make a good enhancement; we do parse the cookie once it's been passed. I'll bring this up for discussion. |
I think this is stupid. There are all kinds of data in the cookie. Why do I need to pass other parameters? Do setcookie need any additional parameters? |
Let's try and keep the language in our repository positive, @GrinZero! We explain these standards in our code of conduct here: Please let me know if you have a pull request or change you would like to submit; we are slowly looking at and working over these issues as time goes on, but would love more help from the community. |
Sorry, I just want to highlight that this is unreasonable, not to vent my emotions |
I'll try and pick up this issue when I can next @GrinZero; I think @dennismphil got busy with other work, and we left this behind. But I agree; our API should be easier to use, and not require redundant information. |
in
For more refer this document |
What’s the point?
Cookie
s are filtered out when you dogetCookies(url)
; so really, what is the point?The text was updated successfully, but these errors were encountered: