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 cannot do an start_session before headers sent or
setcookies neither.

I have an idea on how to solve this, based on client IP, but if there is
something done yet, I do not want to reinvent the wheel from scratch.

Thanks a lot in advance,

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

Reply via email to