<div dir="ltr"><div><div><div><div><div><div>Hi All,<br><br></div>I've put this into a config.yml file and it isn't working really at all and I'm guessing there is something basic going on that I don't know about.<br><br>template: "template_toolkit"<br>engines:<br>   template:<br>     template_toolkit:<br>       start_tag: '<%'<br>       end_tag:   '%>'<br>       <br>session: Cookie<br>engines:<br>   session:<br>     Cookie:<br>       secret_key: yoursecretpassphrase<br>       default_duration: 604800<br><br><br></div>When I put in the session: Cookie line after the template toolkit line, it gives me an error about not having a secret_key.<br></div>When I put the section before it, it just return <% content %> on every page, presumably because something is failing after the cookie section or my .yml formatting is completely wrong...<br><br></div>Can I please have some pointers as to where exactly I'm going wrong here?<br><br></div>Thanks in advance,<br><br></div>David<br><div><div><div><div><div><br></div></div></div></div></div></div>