pallets-eco / flask-session

Server side session extension for Flask
https://flask-session.readthedocs.io
BSD 3-Clause "New" or "Revised" License
501 stars 239 forks source link

Upgrade from 0.2.3 to 0.3.0 breaks logins on Elastic Beanstalk #44

Closed vision-mcgm closed 6 months ago

vision-mcgm commented 8 years ago

Hi,

With Flask 0.11.1, I just upgraded from Flask-session 0.2.3 to 0.3.0.

It breaks login, not on my local machine, but on EB.

On my local machine: a request to /login_required_page redirects to /login, then redirects to /login_required_page.

On Elastic Beanstalk: a request to /login_required_page redirects to /login, then redirects to /login_required_page, then redirects to /login_reqired_page&next=login_required_page.

Logging in again causes the same error.

I am using flask-session for server-side sessions using Postgres.

fengsp commented 8 years ago

SqlAlchemySessionInterface is using LargeBinary type to store data now, I do not know whether this information could solve your problem.

mcrowson commented 7 years ago

This issue was moved to mcrowson/flask-session#4

Lxstr commented 6 months ago

Outdated.