![]() |
![]() |
|
![]() |
![]() |
|
Programmierung Rat & Tat für Programmierer |
|
Themen-Optionen | Ansicht |
![]() |
#1 |
Inventar
![]() Registriert seit: 08.02.2000
Beiträge: 1.696
|
Probleme mit Cookies... (Perl)
Das folgende Problem hat mich schon zur Weissglut gebracht:
Code:
# HTML-Header print qq~Content-type: text/html\n~; # Cookies print qq~Set-Cookie: huser=$cookies{'huser'}; path=/; expires=+$settings{'cookie_exp_huser'}d;\n~; # 30 days print qq~Set-Cookie: hpwd=$cookies{'hpwd'}; path=/; expires=+$settings{'cookie_exp_hpwd'}m;\n~; # 15 min print qq~\n~; # HTML-Head print qq~<html><head>... and so on... Und er sprechert die Cookies nicht (ich hab im Cookie-File vom IE nachgeschaut - dort ist auch nix drinnen!) Weiß wer, wo der Fehler liegt???
____________________________________
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you. |
![]() |
![]() |
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
|
|