On Fri, 2003-02-28 at 09:10, Martin Moss wrote: > I can't use Apache::DBI. > I have multiple database connections.which are authenticated for different > users.
You're pretty much screwed then on the database front. > I just wanted to > reduce the database lookups. If you just want to cache data, don't use Apache::Session for that. Use IPC::MM, Cache::Mmap, Cache::FileCache, or MLDBM::Sync. - Perrin