HTTP header is growing

This commit is contained in:
Len Kranendonk 2006-01-16 15:57:46 +00:00
parent 4ecdd5022b
commit a4cacf8d72
2 changed files with 1 additions and 1 deletions

View file

@ -112,6 +112,7 @@ Cleans up a WebGUI session information from memory and disconnects from any reso
sub close {
my $self = shift;
$self->db->disconnect;
##Must destroy the logger last!
my %mykeys = grep { ($_ ne '_errorHandler' && $_ ne '_request' && $_ eq '_sessionId' && $_ eq '_server') } keys %{ $self };
foreach my $object (keys %mykeys) {