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
Fixed CSRF protection bug not checking matching session IDs. This requires passing the Request into the template.
Add title string template function to convert string to Title Case.
Auto renew session only when it's half way to being expired.
Attempt to preserve the analytics cookie between requests & avoid setting it on every request. Both of these changes ensure Cache-Control header works as expected.