My app has been running; I decided it's time to package it up. I hadn't been keeping track of all my included modules in Makefile.PL, so I renamed 'site_perl' directory and recreated, so I could do a new install of Catalyst and company. I had Catalyst 5.7006, now 5.7007. C::P::S::S::FastMmap is still at 0.02.<br><br>App starts up OK, and I can get to a few pages that avoid the login stuff, but everything else gets this error:<br><br>"Can't use string ("1180812469") as a SCALAR ref while "strict refs" in use at /usr/lib/perl5/site_perl/5.8.8/Catalyst/Plugin/Session/Store/FastMmap.pm line 62."<br><br>Comes from this routine:<br>&nbsp;&nbsp;&nbsp;&nbsp; 60 sub get_session_data {<br>&nbsp;&nbsp;&nbsp;&nbsp; 61&nbsp;&nbsp;&nbsp;&nbsp; my ( $c, $sid ) = @_;<br>&nbsp;&nbsp;&nbsp;&nbsp; 62&nbsp;&nbsp;&nbsp;&nbsp; ${ $c-&gt;_session_fastmmap_storage-&gt;get($sid) || return };<br>&nbsp;&nbsp;&nbsp;&nbsp; 63 }<br><br>Help?<br><br>/dennis<br><br>