Re: Why cookie is created?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux