because of the response-page ..
This is what I get if use
$m->follow_link( n => 0 )
after form_submit
<html><head>
<meta http-equiv="Refresh" content="0;url=index.php?part=timeout">
</head>
<body>Session lost<br>
<a href="index.php?part=timeout">Click here to go back to the login pa
+ge</a>
<a href="index.php?part=timeout"></a></body></html>
Of course I tried $r->follow_link, but the r-object has no header, so it is not meant to be treated that way |