Django sessions configuration issues in production with Heroku/Redis
5 views
Skip to first unread message
jesse
unread,
Oct 10, 2018, 1:05:33 PM10/10/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hello, I'm having trouble configuring Django sessions to be persistent.
I expect a user to be able to log in on first try and then stay logged in. Currently, it takes multiple tries to login and then the user is logged out. Sessions are clearly not persisting.