On Jan 26, 2011, at 10:53 AM, José L. wrote: > Forget my previous mail, I've checked that adding > session.forget() to the default controller makes the needed magic. >
The best place for a global session.forget() call is in a file in the models directory. It doesn't have to do anything with models or databases per se; just the session.forget() call. That way it'll always be called regardless of the controller.

