[PHP] Alternative session control system

2011-12-26 Thread Francisco M. Marzoa Alonso
Hello, I need an alternative session control system different from the PHP standard one, that does not need to use the headers, because it's for a series of scripts that will be accessed through AJAX javascript code inserted in different places of a web page which headers I do not control, so I

Re: [PHP] Alternative session control system

2011-12-26 Thread Benjamin Hawkes-Lewis
On Mon, Dec 26, 2011 at 12:04 PM, Francisco M. Marzoa Alonso franci...@marzoa.com wrote: I need an alternative session control system different from the PHP standard one, that does not need to use the headers, because it's for a series of scripts that will be accessed through AJAX javascript

Re: [PHP] Alternative session control system

2011-12-26 Thread Bastien
On 2011-12-26, at 7:04 AM, Francisco M. Marzoa Alonso franci...@marzoa.com wrote: Hello, I need an alternative session control system different from the PHP standard one, that does not need to use the headers, because it's for a series of scripts that will be accessed through AJAX

Re: [PHP] Alternative session control system

2011-12-26 Thread Ashley Sheridan
Bastien phps...@gmail.com wrote: On 2011-12-26, at 7:04 AM, Francisco M. Marzoa Alonso franci...@marzoa.com wrote: Hello, I need an alternative session control system different from the PHP standard one, that does not need to use the headers, because it's for a series of scripts that