[Zope] Cookies und Request

Tino Wildenhain tino@wildenhain.de
Thu, 31 Oct 2002 18:32:08 +0100


Hi Tobias,

sorry, zope@zope.org is english only.

To your problem:
why handling Cookie and session seperately?
The session manager is already responsible to
create cookie (or URLs) on demand. You only have to
write and read values to and from SESSION.

Does this help?

Regards
Tino

--On Donnerstag, 31. Oktober 2002 11:57 +0100 Tobias Herp=20
<THerp@apriori.de> wrote:

> Hi,
>
> ich wei=DF, da=DF ich auf den Wert etwaiger Cookies =FCber den REQUEST =
zugreifen
> kann. Was ich nicht wei=DF: wie kann ich zwischen einem Cookie und einem
> 'normalen' REQUEST-Wert unterscheiden? Gibt es ein Objekt, das eine
> Methode has_key() oder so hat?
>
> Der Anwendungsfall: Eine mehrsprachige Site. Die Ausgabesprache wird
> folgenderma=DFen ermittelt:
> 1. Der Besucher w=E4hlt sie selbst aus (Klick auf einen Link -->
> REQUEST-Variable; Cookie und SESSION-Variable werden gesetzt)
> 2. Es existiert eine SESSION-Variable
> 3. Es existiert ein Cookie. Die SESSION-Variable wird gesetzt.
> 4. Die Standardvariablen HTTP_ACCEPT_LANGUAGE und evtl. HTTP_USER_AGENT
> werden ausgewertet
> 5. Die Default-Sprache wird verwendet.
>
> Daf=FCr mu=DF ich zwischen Cookie und normalem Request unterscheiden. =
Mu=DF ich
> wirklich zwei verschiedene Variablennamen nehmen?
>
> tia,
>
> Tobias
> --
>
>
> Diese E-Mail enth=E4lt vertrauliche und/oder rechtlich gesch=FCtzte
> Informationen. Wenn Sie nicht der richtige Adressat sind oder
> diese E-Mail irrt=FCmlich erhalten haben, informieren Sie bitte
> sofort den Absender und vernichten Sie diese Mail. Das un-
> erlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail
> ist nicht gestattet.
>
> This e-mail may contain confidential and/or privileged
> information. If you are not the intended recipient (or have
> received this e-mail in error) please notify the sender
> immediately and destroy this e-mail. Any unauthorised copying,
> disclosure or distribution of the material in this e-mail is
> strictly forbidden.
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )