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?