-----Original Message----- From: dancer-users [mailto:dancer-users-bounces@dancer.pm] On Behalf Of Andrew Beverley Sent: 19 February 2015 13:00 To: Perl Dancer users mailing list Subject: Re: [dancer-users] session dir
On Thu, 2015-02-19 at 12:32 +0000, Zahir Lalani wrote:
I have the framework running well but am now trying to change the default session mechanism to use YAML and a specific dir. It continues to use ./sessions as the dir. Here is the config I have:
session: YAML engines: session: YAML: session_dir: /tmp/dancer-sessions
That's the exact config I have, and it works fine for me, so maybe it's not picking up that config file.
Are you sure it's reading the config file that you're editing?
Andy
Yes just tested by making a non-valid change and got lots of errors in the console. So it is using that config file Z