victims / victims-web

The victims web application.
GNU Affero General Public License v3.0
8 stars 5 forks source link

Persist sessions between request #70

Closed abn closed 11 years ago

abn commented 11 years ago

During the fix for https://github.com/victims/victims-production/issues/6 it was identified that the the sessions were expiring from login to redirect. Not sure if the employed fix is the 'correct' fix.

Probably need triage.

abn commented 11 years ago

@ashcrow assigning this to you as you might be able provide some insights.

abn commented 11 years ago

https://flask-login.readthedocs.org/en/latest/#remember-me seems to indicate this is valid, closing this for now. Reopen if required.