Ich will mich einloggen mit folgendem Script:
PHP-Code:
<?php
session_start();
error_reporting(E_ALL);
$PHPSESSID = session_id();
?>
<html>
<head>
<title>Login</title>
<link rel='stylesheet' type='text/css' href='../standard.css'>
</head>
<body>
</head>
<body>
<?php
echo "<form id='login' action='nachlogin.php?SID=".$PHPSESSID."' method='post' target='anzeige'>";
?>
KD-Nr.: <input id="login" type="text/css" name="user" size="10" maxlength="10" tabindex="1" title="Kundennummer">
Passwort: <input id="login" type="password" name="passwort" size="10" maxlength="25" tabindex="2" title="Passwort"></p>
<input id="ok" type="submit" name="ok" value=" OK " tabindex="3" title="absenden">
<input id="cancel" type="reset" name="cancel" value="cancel" tabindex="4" title="abbrechen"></p>
<p id="registrieren" align="center">[url="anmelden.htm"]registrieren[/url]</p>
</form>
</body>
</html>
Der IE ist so eingestellt, dass er die automatische Cookieverwaltung machet, und wenn ich nun den Browser einmal kurz so einstelle, dass er alle Cookies akzeptiert, und dann wieder auf automatische Cookieverwaltung, dann geht es so wie es sein soll. Ich weiss nicht mehr weiter. Danke mal für die Hilfe.
Einen Kommentar schreiben: