in reply to Dancer2 sessions under Plack
Maybe you're reading the wrong documentation? Dancer2 is not Dancer
Correct: Even though config.yml sets the session_dir to /tmp/dancer_sessions, the app still tries to use ./sessions, that's an issue. I am reading and using the Dancer2 docs throughout.