debian man page for jifty::model::session

Query: jifty::model::session

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Jifty::Model::Session(3pm)				User Contributed Perl Documentation				Jifty::Model::Session(3pm)

NAME
Jifty::Model::Session - Jifty session tracking
DESCRIPTION
Every Jifty application automatically inherits this table, which tracks session information for the application. Individual keys in the session structure are stored as rows, making session updates take constant time, and also reducing the need for locking. table Sessions are stored in the table "_jifty_sessions". since Sessions first started getting stored in the database in Jifty version 0.60428 current_user current_user_can Everyone 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... new_session_id Returns a random new session id. This is a 32-character hex string. create Defaults the created and updated times to now. before_set_value [VALUE] Updates the "updated" column, in addition to setting the value. perl v5.14.2 2010-09-25 Jifty::Model::Session(3pm)
Related Man Pages
jifty::plugin::actormetadata::mixin::model::actormetadata(3pm) - debian
jifty::plugin::authentication::password::mixin::model::user(3pm) - debian
jifty::plugin::classloader(3pm) - debian
jifty::plugin::user::mixin::model::user(3pm) - debian
jifty::web::session::jdbi(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Introduction
One instance of comparing grep and awk
Weird 'find' results
A (ksh) Library For and From UNIX.com