Re: [PHP] why should $_SESSION be slower than other arrays?

2004-09-09 Thread Aaron Voisine
In any case, it would appear the comments in the session section of the online docs are wrong or just out of date, and I don't need to worry about it. I'll go ahead and add a comment to that effect on the ref.session page. l8r Aaron --- Marek Kilimajer <[EMAIL PROTECTED]> wrote: > Chris Dowell w

[PHP] why should $_SESSION be slower than other arrays?

2004-09-08 Thread Aaron Voisine
I read in the docs several comments that $_SESSION is slower that other arrays. One comment even had benchmarking info indicating it was about half as fast. I don't understand why this should be. Isn't $_SESSION just a normal super global array like any other, except that it get serialized and wri