You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lti/cookieless : correctly handle sessions (INGInious#685)
* lti/cookieless : correctly handle sessions
This fixes erroneous code where session fetched was still the
cookie one if available and never replaced.
Flask doesn't deal at all with session hotswap and its context
stack, therefore the session manager creates the new session
when it detects the LTI launch page is requested.
* cookieless: do not hardcode lti launch page url