> If I don't want to use session cookie , how to set it?
> thanks.
ini_set('session.use_cookies','0');before all of your session_start() calls. or set it in the php.ini, .htaccess or httpd.conf file -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

