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

get_cookie() function #32

Closed
jonthegeek opened this issue Nov 2, 2022 · 1 comment · Fixed by #36
Closed

get_cookie() function #32

jonthegeek opened this issue Nov 2, 2022 · 1 comment · Fixed by #36

Comments

@jonthegeek
Copy link
Contributor

Add a function in the set_cookie() / remove_cookie() family that assumes you're working on the server side (ie, just takes a cookie_name and an optional session param, auto-grabs the main session and the request within that). Er wait it should just need input. I see why I didn't do this. I think build it as a module, probably?

@jonthegeek
Copy link
Contributor Author

Not as a module. session contains input, so I can get the cookies out of that.

jonthegeek added a commit that referenced this issue Nov 3, 2022
jonthegeek added a commit that referenced this issue Nov 3, 2022
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 a pull request may close this issue.

1 participant