Carsten Holbach: Session Cookies

Grüße an das SelfHTML Forum

Ich möchte gerne Cookies anlegen, die beim Schließen des Browsers verfallen (Session Cookies). Wie stelle ich das genau an? Cookies anlegen die ncht verfallen mit Hilfe der CGI Standardbibliothek ist kein Problem, das klappt auch ganz gut. Aber die halten ja längere Zeit, wenn ich expire +1d oder etwas in der Art mit angebe. Muss ich einfach das expire weglassen?

Ich hoffe mir kann da jemand weiterhelfen.

Gruß
Carsten Holbach

  1. Hallo,

    Ich möchte gerne Cookies anlegen, die beim Schließen des Browsers verfallen (Session Cookies). [...] Muss ich einfach das expire weglassen?

    Ich hoffe mir kann da jemand weiterhelfen.

    Sicher, Lesen bildet:

    <cite src="CGI.pm">
    an expiration time
    This is a time/date string (in a special GMT format) that indicates when a cookie expires. The cookie will be saved and returned to your script until this expiration date is reached if the user exits the browser and restarts it. If an expiration date isn't specified, the cookie will remain active until the user quits the browser.
    </cite>

    Der letzte Satz dürfe Deine Frage wohl beantworten.
    Grüße
      Klaus

    1. Hallo,

      Sicher, Lesen bildet:

      <cite src="CGI.pm">
      an expiration time
      This is a time/date string (in a special GMT format) that indicates when a cookie expires. The cookie will be saved and returned to your script until this expiration date is reached if the user exits the browser and restarts it. If an expiration date isn't specified, the cookie will remain active until the user quits the browser.
      </cite>

      Ich danke vielmals!

      Gruß
      Carsten Holbach

      1. Hallo,

        Ich danke vielmals!

        Danke nicht mir, sondern vielmehr Lincoln D. Stein und all jenen, die noch daran mitarbeiteten. Die haben nicht nur das Modul CHI.pm entwickelt, sondern auch die umfangreiche, jedoch viel zu selten gelesene, Dokumentation dazu geschrieben.

        Grüße
          Klaus