-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Please try following:

setcookie("Test",$czas,$czas+3600,"/myprefix/",".infoglob.pl"); or
better

setcookie("Test",$czas,$czas+3600,"/myprefix/",$HTTP_SERVER_VARS["SERV
ER_NAME"]);

Greetings,



Kai Schroder
Internet Application Developer

atVision online gmbh
Chausseestra?e 19
FRG - 10115 Berlin

Tel: +49 (0)30 288 86 - 186
Fax: +49 (0)30 288 86 - 188
eMail: [EMAIL PROTECTED]
www: http://www.atvision.de

- -----Ursprungliche Nachricht-----
Von: pp [mailto:pp]Im Auftrag von pp
Gesendet: Montag, 12. Marz 2001 11:55
An: [EMAIL PROTECTED]
Betreff: Re: AW: AW: [midgard-user] deleting articles(cookie work)


> The one that should set the cookie for your host.

<?
if(!$HTTP_COOKIE_VARS["Test"])
{
  $czas = time();
  setcookie("Test",$czas,$czas+3600,"/myprefix","infoglob.pl");

// after setting path to /myprefix , page is opening very slowly ,
but
cookie is not sent

 $klient_id = $czas;
}
else
{
 $klient_id = $HTTP_COOKIE_VARS["TestCookie"];
}
?>
- -- 
http://www.milinski.com.pl
http://www.infoglob.com
http://agaipiotras.igk.pl

- ---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBOqyp2tJLn8zKm5h2EQKg9QCg8zg7Ni8037dJbqVG9I6p7Daef50AoK08
StZQQwovz3h0YO0aK9u0cj82
=6dwK
-----END PGP SIGNATURE-----
 
BEGIN:VCARD
VERSION:2.1
N:Schr�der;Kai
FN:Kai Schr�der
ORG:atVision online gmbh
TITLE:Internet Application Developer
TEL;WORK;VOICE:+49 (030) 288 86 - 186
TEL;WORK;FAX:+49 (030) 288 86 - 188
ADR;WORK:;;Chausseestra�e 19;Berlin;;10115;Deutschland
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Chausseestra=DFe 19=0D=0ABerlin 10115=0D=0ADeutschland
URL:
URL:http://www.atvision.de
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20001213T190902Z
END:VCARD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to