hallo liste
Hallo Christian!
$cookie = $cgi->cookie(-name=>'TKTAuth',
-value=>$ldauth,
-path=>'/',
-domain=>$AUTH_DOMAIN);
print $cgi->header(-cookie=>$cookie);
print "Location: http://xxxx;
Versuche einmal folgendes:
$fertig = "/hiersolltedeineurlstehen";
Dann bereitest du den Cookie vor. Anschließend:
print redirect (
-URL => $fertig,
-COOKIE => $cookie,
);
Ändere also das print "Location ... ". So klappt es bei mir.
Bis dann!
René