diff --git a/lib/WebGUI/Session.pm b/lib/WebGUI/Session.pm index 51a11932f..d0f9e418e 100644 --- a/lib/WebGUI/Session.pm +++ b/lib/WebGUI/Session.pm @@ -188,6 +188,14 @@ sub close { $self->{closed} = 1; } +#------------------------------------------------------------------- + +=head2 closed + +Returns true if this session has been closed. + +=cut + sub closed { my $self = shift; return $self->{closed};