<meta charset="utf-8">Catalyst::Plugin::Session::State::Cookie shows how to make a secure cookie, which is great when you&#39;re rolling cookies by hand in your code.<div><br></div><div>But how do you set a secure cookie in the context of a myapp.conf setup?</div>
<div><br></div><div><div>&lt;session&gt;</div><div>    flash_to_stash = 1</div><div>    dbic_class     = MyApp::Session</div><div>    expires        = 3600</div><div>    cookie_secure = 1 # just kidding</div><div>&lt;/session&gt;</div>
</div><div><br></div><div>That&#39;s not doing the trick. Which doc reveals the right mojo?</div><div><br></div><div>===</div><div><br></div><div>This is in pursuit of stopping the Explorer error &quot;This page contains both secure and nonsecure items...&quot; Other than the doctype and the &lt;html xmlns=&quot;&quot;&gt; attribute, we can&#39;t find any http:// references, even looking in css @import and url() ... so the next culprit seems to be the nonsecure cookie. Other guidance is more than welcome!</div>
<div><br></div><div><br>-- <br>The first step towards getting somewhere is to decide that you are not going to stay where you are.  -- J.P.Morgan<br>
</div>