Skip to content

What is a Phoenix session? #9

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

Open
toraritte opened this issue Jun 11, 2018 · 1 comment
Open

What is a Phoenix session? #9

toraritte opened this issue Jun 11, 2018 · 1 comment

Comments

@toraritte
Copy link
Owner

Phoenix uses the functions defined in Plug.Conn, such as get_session/2, put_session/3, configure_session/2 etc., but how is this implemented? Is it just a session key defined in the Plug.Conn struct and these are just convenience functions to avoid direct manipulation?

Related issue(s): #8

@toraritte
Copy link
Owner Author

See also the Contexts chapter in the Phoenix Guides.

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

1 participant