You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Phoenix uses the functions defined in
Plug.Conn
, such asget_session/2
,put_session/3
,configure_session/2
etc., but how is this implemented? Is it just asession
key defined in thePlug.Conn
struct and these are just convenience functions to avoid direct manipulation?Related issue(s): #8
The text was updated successfully, but these errors were encountered: