<div dir="ltr"><div><p class="">On Thu, Feb 19, 2015 at 9:05 AM, Zahir Lalani <span dir="ltr"><<a href="mailto:ZahirLalani@oliver-marketing.com" target="_blank">ZahirLalani@oliver-marketing.com</a>></span> wrote:<br></p></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">> From: dancer-users [mailto:<a href="mailto:dancer-users-bounces@dancer.pm">dancer-users-bounces@dancer.pm</a>] On Behalf Of<br>
> Andrew Beverley<br>
</span>> Sent: 19 February 2015 13:59<br>
<span class="">> To: Perl Dancer users mailing list<br>
> Subject: Re: [dancer-users] session dir<br>
><br>
</span><div><div class="h5">> On Thu, 2015-02-19 at 13:50 +0000, Zahir Lalani wrote:<br>
> > Ah! Do you mean this:<br>
> ><br>
> > template: "template_toolkit"<br>
> > engines:<br>
> >  template:<br>
> >   template_toolkit:<br>
> >     start_tag:  '<%'<br>
> >     end_tag:    '%>'<br>
> >     encoding:   'utf8'<br>
> ><br>
> > #<br>
> > # session management<br>
> > # YAML stores on disk<br>
> > session: YAML<br>
> > engines:<br>
> >   session:<br>
> >     YAML:<br>
> >       session_dir: /tmp/dancer-sessions<br>
> ><br>
> > so should I be combining the two engines entry as so?<br>
> ><br>
> > template: "template_toolkit"engines:<br>
> > session: YAML<br>
> > engines:<br>
> >  template:<br>
> >   template_toolkit:<br>
> >     start_tag:  '<%'<br>
> >     end_tag:    '%>'<br>
> >     encoding:   'utf8'<br>
> >   session:<br>
> >     YAML:<br>
> >       session_dir: /tmp/dancer-sessions<br>
><br>
> Yes, exactly that ;-)<br>
><br>
> Although make sure your "session" key is directly below the "template"<br>
> key<br>
><br>
<br>
</div></div>Perfect - amazed that its so sensitive to indentation! Very pythony :-)<br></blockquote><div><br></div><div>Indeed!  I believe it was the Bard that first said "Oh what tangled webs we weave, when first we labor to believe, that indentation should be syntax." </div><div><br></div>A simple route that prints a Dumper of your config can be a useful thing in debugging this sort of issue.  (Or just a debug line like<div><br></div><div><p class="">debug Dumper(<span class="">scalar</span> config );</p><p class="">) can help with debugging this sort of thing.</p></div><div><br></div><div>mike </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
Thx for the help all<br>
<div class=""><div class="h5"><br>
Z<br>
_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
</div></div></blockquote></div><br></div></div>