Re: Zuerst AGB's bestätigen: Wi e umsetzen?

Andreas Jung <[email protected]>
Newsgroups gmane.comp.web.zope.german
Organization ZOPYX Ltd & Co. KG
Message-ID <[email protected]>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Viktor Errath wrote:
> 
>> so wie bei http://www.acmanagement.ch ?
>>
>> -- Jens
>
> Ja. So cirka.
>
> Andreas hat geschrieben:
>> Über ein Cookie?
>>
>> Andreas
>
> Sorry: Hab ich nicht erwähnt. Das das mit Cookie geht hatte ich bereits
eruieren
> Können. Mein Problem ist, dass ich vermutlich gerade auf der Leitung
stehe/sitze.
>
> Wo genau baue ich die Abfrage nach dem Cokkie ein? Wenn ich das im
Head-Bereich des
> Main-Templates mache kann ich ja nur via meta-refresh "umleiten". Wie
bekomme
> ich das so schön wie in der URL von Jens hin?
> Ist da das main-Template ein Python-Script, dass umleitet? Ist der
Cookie-Test im
> "Document-view" drinnen?
>
Auf www.unserding.de läuft auch so eine Introseite mit folgendem
Dispatcher:

ajung@suxmac2:~/sandboxes/unserding/Products/SRMedia/skins/sr_public
cat intro-dispatcher.py
##parameters=set_no_intro=0

RQ = context.REQUEST
RS = RQ.RESPONSE

if set_no_intro:
    RS.setCookie('no-intro', 1)
    return RS.redirect('inhalt/startseite')

else:
    if RQ.cookies.get('no-intro', None):
        return RS.redirect('inhalt/startseite')
    else:    
        return RS.redirect('intro')

Im Prinzip wird jeder initiale Request auf die Seite über den
Dispatcher geschleust.

Andreas

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkuWST0ACgkQCJIWIbr9KYxHOwCfSedhVbK9jg1zrAuHMVygM0UV
srQAn1n7D27z4J7MJyj1PPSNNnfkzq77
=im0k
-----END PGP SIGNATURE-----



_______________________________________________
zope mailing list
[email protected]
https://mail.dzug.org/mailman/listinfo/zope
lists.vcf (text/x-vcard, 316 B)
begin:vcard
fn:Andreas Jung
n:Jung;Andreas
org:ZOPYX Ltd. & Co. KG
adr;quoted-printable:;;Charlottenstr. 37/1;T=C3=BCbingen;;72070;Germany
email;internet:[email protected]
title:CEO
tel;work:+49-7071-793376
tel;fax:+49-7071-7936840
tel;home:+49-7071-793257
x-mozilla-html:FALSE
url:www.zopyx.com
version:2.1
end:vcard
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.