memcache PHP session handler redundancy
mike
mike503 at gmail.com
Thu Jul 26 07:13:38 UTC 2007
On 7/25/07, Sascha Braun - CEO @ Braun Networks
<sascha at braun-networks.com> wrote:
> The $_REQUEST var is used, in cases where AJAX calls
> are getting made.
>
> Javascript calls don't transport PHP session ID's during
> the http request.
>
> Thats why thats in.
>
> Tell me if I'm wrong.
use $_GET or $_POST as appropriate. otherwise $_REQUEST inherits get,
post, cookie, etc... in different order depending on how the server is
configured (it's essentially a new style way of register_globals) it
promotes laziness imho.
More information about the memcached
mailing list