<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 7 Jul 2008, at 10:24, Dermot wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">2008/7/7 Ash Berlin <<a href="mailto:ash_cpan@firemirror.com">ash_cpan@firemirror.com</a>>:<br><blockquote type="cite">On 7 Jul 2008, at 09:40, Dermot wrote:<br></blockquote><br><blockquote type="cite"><br></blockquote><blockquote type="cite">What session store and state modules are you using? I know this happens to<br></blockquote><blockquote type="cite">me when I forget to load up memcached (which is the store module i'm using)<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">-ash<br></blockquote><blockquote type="cite"><br></blockquote><br>These are the plugins I am currently using.<br><br>__PACKAGE__->setup(qw/-Debug<br> ConfigLoader<br> Static::Simple<br> StackTrace<br> Authentication<br> Authorization::Roles<br> Authorization::ACL<br> Session::State<br> Session::Store<br> Session::Store::FastMmap<br> Session<br> /);<br><br>Do you think there is something I should add to this list?<br>Dp.<br></blockquote><br></div><div>Yes. You most likely want <font class="Apple-style-span" color="#000000" size="3"><span class="Apple-style-span" style="background-color: transparent; font-size: 12px;">Catalyst::Plugin::Session::State::Cookie so that the session ID will get stored in a cookie.</span></font></div><div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;"><br class="webkit-block-placeholder"></span></font></div><div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;">-ash</span></font></div></body></html>