tenants2
tenants2 copied to clipboard
Consider having onboarding session data live shorter than logged-in session data
Onboarding should be done in one sitting so it'd be ideal if the data we stored there expired after browser close or something, but I'm not sure if Django supports having different lifetimes for different kinds of session data.