Changeset 554 for branches


Ignore:
Timestamp:
12/12/13 16:28:41 (10 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Merge session handling edge case fix from r553

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/dns.cgi

    r552 r554  
    218218}
    219219
     220$session->expire($dnsdb->{timeout});
    220221my $sesscookie = $q->cookie( -name => 'dnsadmin_session',
    221222        -value => $sid,
     
    17881789print $q->header( -cookie => $sesscookie);
    17891790print $header->output;
     1791print Dumper($sesscookie);
     1792print Dumper($session);
    17901793
    17911794##common bits
Note: See TracChangeset for help on using the changeset viewer.