- Timestamp:
- 12/12/13 16:28:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/dns.cgi
r552 r554 218 218 } 219 219 220 $session->expire($dnsdb->{timeout}); 220 221 my $sesscookie = $q->cookie( -name => 'dnsadmin_session', 221 222 -value => $sid, … … 1788 1789 print $q->header( -cookie => $sesscookie); 1789 1790 print $header->output; 1791 print Dumper($sesscookie); 1792 print Dumper($session); 1790 1793 1791 1794 ##common bits
Note:
See TracChangeset
for help on using the changeset viewer.