<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>Hi Moritz,<br>
<br>
Yeah I just figured that one out - but that's new, never saw it do this
before to be honest - it's not a big deal actually since in production
Static::Simple isn't used and I let lighttpd take care of serving
static files, but in testing it's a bit disconcerting to see it crop up
all of a sudden :)<br>
<br>
Thanks! :D <br>
</tt><br>
Moritz Onken wrote:
<blockquote cite="mid:27979e73a0bfbe158e9222392ed80684@localhost"
 type="cite">
  <pre wrap="">I had the same problem. I boiled it down to Static::Simple. Each request
to a static resource issued a session update. In a recent
release of cat the handling of requests seemed to have changed. 
Try downgrading to 5.80018 which fixed it for me (which is not a good
solution, but I have no time right know to fix it in catalyst or
write a test).


On Tue, 27 Apr 2010 15:42:21 +0700, Ben van Staveren
<a class="moz-txt-link-rfc2396E" href="mailto:benvanstaveren@gmail.com">&lt;benvanstaveren@gmail.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi folks,

Recently after upgrading all of Catalyst, I'm witnessing some weird 
behaviour in some apps. I'm using Catalyst::Plugin::Session::Store::DBIC 
to store my sessions, and when I have DBIC_TRACE going, I see this:

BEGIN WORK
SELECT me.id, me.session_data, me.expires FROM session me WHERE ( me.id 
= ? ): 'session:fe3baeddb6ec2d3a14b07651a8792c7b85df9722'
COMMIT
UPDATE session SET expires = ? WHERE ( id = ? ): '1272443848', 
'session:fe3baeddb6ec2d3a14b07651a8792c7b85df9722                    

Not once per request, but up to 50 times in a single request. Is this 
something wrong in my code or is C::P::S::S::DBIC going nuts?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
List: <a class="moz-txt-link-abbreviated" href="mailto:Catalyst@lists.scsys.co.uk">Catalyst@lists.scsys.co.uk</a>
Listinfo: <a class="moz-txt-link-freetext" href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst">http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</a>
Searchable archive: <a class="moz-txt-link-freetext" href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/">http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</a>
Dev site: <a class="moz-txt-link-freetext" href="http://dev.catalyst.perl.org/">http://dev.catalyst.perl.org/</a>

  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="78">-- 
Ben van Staveren
phone: +62 81 70777529
email: <a class="moz-txt-link-abbreviated" href="mailto:benvanstaveren@gmail.com">benvanstaveren@gmail.com</a>
</pre>
</body>
</html>