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

Use session instead of cookie #34

Open
DelaMarc opened this issue Apr 22, 2020 · 2 comments
Open

Use session instead of cookie #34

DelaMarc opened this issue Apr 22, 2020 · 2 comments

Comments

@DelaMarc
Copy link
Contributor

DelaMarc commented Apr 22, 2020

Session is more relavant than cookie when it comes to handling data of logged in users. Is is also easier to use.
For example in logout function, instead of using set_cookie() and set the cookie's lifetime to 0, we could use session.pop() to delete data.

@agbanusi
Copy link

agbanusi commented Aug 9, 2020

Hi, can I work on this please?

@WilliamCheng12345
Copy link

Hi, I am interested in solving this issue. Has the issue been resolved? Thank you!

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

No branches or pull requests

3 participants