From c9ab93f685ec309c93f3b33ac70149a7f9bf2536 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 28 Jul 2011 11:49:32 +0100 Subject: [PATCH] Documentation update. --- SessionHandler.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SessionHandler.pm b/SessionHandler.pm index b9e0455..3eac715 100644 --- a/SessionHandler.pm +++ b/SessionHandler.pm @@ -1,5 +1,5 @@ ## @file -# This file contains the implementation of the perl sesion class. +# This file contains the implementation of the perl session class. # # @author Chris Page <chris@starforge.co.uk> # @version 1.0 @@ -31,7 +31,8 @@ # starforge site, etc # # When creating a new SessionHandler, you must provide an authenticator -# object, this object needs to expose a number of functions and values: +# object. The authenticator object should encapsulate interaction with the +# user table, and must provide at least the following functions and values: # # $auth -> {"ANONYMOUS"} - should contain the ID of the anonymous (not logged in) # user.