more session related bug fixes

This commit is contained in:
JT Smith 2006-01-13 22:23:24 +00:00
parent a6dd6c89e0
commit 297b9f8487
6 changed files with 10 additions and 6 deletions

View file

@ -125,6 +125,7 @@ Returns a reference to the current session.
=cut
sub session {
my $self = shift;
return $self->{_session};
}