flask-session icon indicating copy to clipboard operation
flask-session copied to clipboard

Upgrade from 0.2.3 to 0.3.0 breaks logins on Elastic Beanstalk

Open vision-mcgm opened this issue 9 years ago • 2 comments

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.

vision-mcgm avatar Jul 25 '16 17:07 vision-mcgm

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

fengsp avatar Jul 26 '16 07:07 fengsp

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

mcrowson avatar Feb 12 '17 00:02 mcrowson

Outdated.

Lxstr avatar Mar 11 '24 09:03 Lxstr