in reply to Dancer2 sessions under Plack

The error message shows ./sessions but in your configuration you show /tmp/dancer-sessions , so there is your problem :) whatever it is

Maybe you're reading the wrong documentation? Dancer2 is not Dancer

Replies are listed 'Best First'.
Re^2: Dance2 sessions under Plack
by fishboy (Initiate) on Nov 28, 2013 at 04:57 UTC

    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.