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 code
> inserted in different places of a web page which headers I do not
> control, so I cannot do an start_session before headers sent or
> setcookies neither.

Eh? Why can't you just use cookies on the requests and responses to
the server you do control?

AJAX implies that there are requests going to your server; if that's
not the case, then I think we need a much clear description of your
setup.

--
Benjamin Hawkes-Lewis

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to