http://qs321.pair.com?node_id=734346


in reply to CGI::Application redirect loses cookie

I'd pass the session id in the redirect url:
$self->redirect('admin.cgi?' . $self->session->name . '=' . $self->ses +sion->id);

Another idea would be to make sure you have already sent the cookie with login.tmpl.