Help! Flask with Flask_Login on Apache2

Опубликовано: 18 Декабрь 2024
на канале: stryker2k2
55
2

I'm out of ideas. When I run my Flask Website locally, everything works fine. Two users can use my website using two different browsers at the same time and everything just... works.

But, it all goes crazy when I push my build to the Apache2 server. When an Administrator logs in, it seems that everyone else is considered to be that Administrator.

It is almost as if there is a duplication of cookies... or confusion about who the 'current_user' is.

Help?