Thank you Chris. > > I have selected Disable cookie option in the > safari > > browser setting on my MAC. Before selecting this > > option, my website was working fine but after > > disabling the cookie option, i am not able to > log-in > > to my website. > > There are at least two options: > > 1. Include the session identifier in all your URLs > manually.
I did this and it works fine. Now by doing this i have a question pop up in my mind is about Security. What security measures should i take when i am passing the session id value on URL? > 2. Let PHP do this for you by enabling > session.use_trans_sid in your > php.ini. With option # 2 i have the same concern of Security. Please clarify the security measures. > With option 2, the session identifier will be > appended to all URLs when > the user first visits the page, and every visit > thereafter only performs > this action if the user has disabled cookies. > > Hope that helps. > > Chris Thanks a lot. Hardik __________________________________ Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster http://search.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php