in reply to problems with class::dbi::sweet
I also use Class::DBI::Sweet, CGI::Session, and a cache (Cache::Memcached in my case). I can assure you that your problem isn't with those modules. The most likely culprit is your session driver, which looks "non-standard".
I have two suggestions for you:
If that doesn't help, try obtaining a full stack trace for that error, and see if that narrows it down. It'd be useful to know where the error gets triggered, and the parameters and objects involved.
Caching sessions isn't useful, in my experience, because it gets flushed to the database on every request anyway. So you don't really reduce load on the database.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: problems with class::dbi::sweet
by xido (Initiate) on Sep 11, 2008 at 19:11 UTC |