Not true, at least in this context. For example, loading the plugin data loops over each of the plugins, loads the config files and any relating db data, then stores this in the session. So there's multiple lookups on the db. Storing this in session means there's only 1 lookup for the database...