[PHP] where is cookie limitation on php ?

2003-03-21 Thread Hatem Ben
Greetings all, Can someone tell me where is the limitation on the number/size of cookies that could be used ? Assuming we have : ?php $table = array(a,b,c,d); $table = array_pad($table, 20,e); while (list($key, $value) = each ($table)) { setcookie( DX_A[$key], $value ); } setcookie( DX_B, test

Re: [PHP] where is cookie limitation on php ?

2003-03-21 Thread Jim Lucas
Look up the specs on the limitation of cookies and you will then know the limitation of php when it comes to cookies. Jim - Original Message - From: Hatem Ben [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 21, 2003 9:10 AM Subject: [PHP] where is cookie limitation on php