~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to lib/MT/Session.pm

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-06-13 23:28:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080613232840-ya4jfxv1jgl45a3d
Tags: 4.2~rc2-1
* New upstream release candidate
* Update Standards-Version (no changes)
* Ensure that schema upgrade message is always seen

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# This program is distributed under the terms of the
3
3
# GNU General Public License, version 2.
4
4
#
5
 
# $Id: Session.pm 1174 2008-01-08 21:02:50Z bchoate $
 
5
# $Id: Session.pm 1515 2008-03-12 08:45:44Z fumiakiy $
6
6
 
7
7
package MT::Session;
8
8
use strict;
142
142
 
143
143
=head1 METHODS
144
144
 
145
 
=head2 $sess = MT::Session->get_unexpired_value($timeout[, $terms[, $args, ...]]);
 
145
=head2 $sess = MT::Session::get_unexpired_value($timeout[, $terms[, $args, ...]]);
146
146
 
147
147
Fetches the specified session record, if it is current (its C<start>
148
148
field falls within last $timeout seconds). Arguments following the