I am finding that without #172 the session id regenerates when it should not. So on new pages, I get new session ids.
172 fixes that, but then I get a new issue, which is that I have no CSRF token in the session, and thus form submission fails.
Are there known fixes or workarounds for these issues?