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
[routes] adapt CookielessConverter to new werkzeug router
The new router does not perform correctly when using regex groups. Moreover,
it is now required to explicitely tell it the converter can match the forward /
using ``part_isolating``.
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