Skip to content

Use session instead of cookie #34

@DelaMarc

Description

@DelaMarc

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions