Subject: | Session triggered for static content when using auto_check_user |
When using C::P::PageCache together with C::P::Session and
C::P::Static::Simple and the auto_check_user option is turned on, every
request for static content that should be solely handled by
Static::Simple first runs through C::P::Session and tries to
re-establish the session which leads to loads of SQL queries during
development (if sessions are stored in the DB).