From f22be087f12367717097a93f910d3932188c8b60 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Fri, 17 Mar 2006 18:52:16 +0000 Subject: [PATCH] fixing pod. --- lib/WebGUI/Session/Var.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Session/Var.pm b/lib/WebGUI/Session/Var.pm index a95a7c72a..fe90d6ad8 100644 --- a/lib/WebGUI/Session/Var.pm +++ b/lib/WebGUI/Session/Var.pm @@ -147,7 +147,7 @@ sub isAdminOn { #------------------------------------------------------------------- -=head2 new ( session, noFuss ) +=head2 new ( session, sessionId, noFuss ) Constructor. Returns a var object. @@ -155,6 +155,10 @@ Constructor. Returns a var object. A reference to the session. +=head3 sessionId + +The specific sessionId you want to instantiate. + =head3 noFuss A boolean, that if true will not update the session, or check if it's expired. This is mainly for WebGUI session maintenance, and shouldn't normally be used by anyone.