|
NAMEJifty::Model::SessionCollection - Specialized handling of the session collection METHODSrecord_classThis deals with collections of Jifty::Model::Sessions. current_userEveryone is treated as the superuser when dealing with session objects. This avoids infinite recursion, as otherwise it would try to look up the current user in the session object to find out who we are... expired_updatefind sessions where updated time is expired. expired_createfind sessions where created time is expired.
|