I am using HMVC framework with codeigniter when enabling profiler I have noticed that the code posts multiple updates to the DB (I am using sessions with db).
All session updates start with:
UPDATE `ci_sessions` SET `last_activity` = 1354954769Does someone know why or what can be causing this? Is it that each time I call session->set_userdata() it hits the database or soemthing to do with modules that I am calling?