User-474980206 posted
you should not be using in-memory session for a production site, unless it just used for caching (can always be recovered). I often set session to a couple weeks, with no issues, though with more current projects, I avoid session altogether.