Append the session id on the url.

  There are several ways to do this. Change all urls to put it at the end,
add a javascript that will do it for you (saw at php.net's page). Or change
an option at php.ini to this also automatically for you, or use ini_set();
if you can't change the .ini.

--

Julio Nobrega

A hora está chegando:
http://toca.sourceforge.net
"Saurabh Kapoor" <[EMAIL PROTECTED]> wrote in message
005701c12cba$9148efa0$701923d9@killer666">news:005701c12cba$9148efa0$701923d9@killer666...
> I would like to maintain a session without cookies, what would be the best
> way of going about this?
>
> I have a very complicated php site, and have recently recieved numerous
> complaints about the lack of support for people behind firewalls (that
block
> cookies) and browsers with coookies disabled...
>
> Any help would be appeciated.
>
> Thanks in advance,
>
> Saurabh!
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to