Add POD for the SessionId macro.

This commit is contained in:
Colin Kuskie 2008-02-09 22:45:52 +00:00
parent a8e8f01887
commit abdf04659a

View file

@ -11,7 +11,16 @@ package WebGUI::Macro::SessionId;
#-------------------------------------------------------------------
use strict;
use strict;
=head1 NAME
Package WebGUI::Macro::SessionId
=head1 DESCRIPTION
Returns the current user's session Id.
=cut
sub process {
my $session = shift;