NYCPHP Meetup

NYPHP.org

[nycphp-talk] Re: cakephp

David Mintz dmintz at davidmintz.org
Thu Dec 21 14:53:27 EST 2006


On Tue, 12 Dec 2006 dkov at optonline.net 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





More information about the talk mailing list