On Mon, 8 Nov 2004 17:31:33 -0500, Jerry Swanson <pmysql@xxxxxxxxx> wrote: > I don't want to use cookies. > I want to use session. When I use this code. It stores data on the harddrive. You must have your PHP sessions configured to use cookies. ini_set('session.use_cookies', 0); will override the php.ini setting. -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php