> > The problem is when i start a session > (session_start()), a cookie is > > automatically generated on the local machine > (PHPSESSID). > > This is expected and normal. If it is really a > problem for you, you should > probably explain why.
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. Actually the normal behaviour is once i use session_start() function, system automatically sets a cookie on my local machine but if i have selected the disabled cookie option then how can system set a cookie to my local machine? I think thats the problem i am facing right now. I didn't test it on windows yet. Please let me know your comments. > > > So for example if someone has turned off the > cookie option in his > > browser then he can't log-in to the system. > > This is incorrect. Did you try it? > > Chris Thank you. 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