[PHP] Session Variable in Global Scope

2007-04-23 Thread Sascha Braun
Hi Fellows, I'm getting this warning on my website: Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You

Re: [PHP] Session Variable in Global Scope

2007-04-23 Thread Jochem Maas
post some code please ... Sascha Braun wrote: Hi Fellows, ... I'm actually not using cookies, using cookies is the highly recommended over passing the SID via the url, if your loosing the session data for some [ajax] request then that means php is not seeing or recieving the SID via the