Hi,
Is it necessary to pass session ID in URL. I am using PHP 4.3.
Thanks
No it shouldnt be passed through the url. However some PHP setups do this by default until once the session is first created.
Thanks for the information.
Joe