On Tue, 12 Dec 2006 [EMAIL PROTECTED] wrote:

> I think I have figured out my problem and it is really really dumb of
> me.  On my test machine I don't think I have cookies enabled.  On
> another machine the array I write to the session appears while on my
> machine it isn't.  I'm using Mcafree and it blocks many cookies.  Does
> session use cookies?
>

http://www.php.net/manual/en/ref.session.php

Last time I checked, there were two ways to propagate a session id across
page requests: (1) cookies; (2) as a URL variable (URL rewriting). The
latter is less secure.


---
David Mintz
http://davidmintz.org/

En Nueva York el tr?nsito de la belleza a la desolaci?n sucede
siempre expeditivamente, como si el principio universal
de m?xima eficiencia hubiera aconsejado la supresi?n de
gradaciones intermedias.

  -- Antonio Mu?oz Molina, Ventanas de Manhattan


_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to