Hi Group,

I am using the session handling functions throughout
my site. The problem is when i start a session
(session_start()), a cookie is automatically generated
on the local machine (PHPSESSID). So for example if
someone has turned off the cookie option in his
browser then he can't log-in to the system. 

I saw the cookie file and it is storing the session id
value in it. 

Can anyone tell me how can i turn off registering
cookie to the local machine while working with the
session handing functions?

Thanks
Hardik Doshi

__________________________________
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

Reply via email to