----- Original Message ----- From: "Gustav Wiberg" <[EMAIL PROTECTED]>
To: "PHP General" <php-general@lists.php.net>
Sent: Thursday, September 08, 2005 11:36 PM
Subject: [PHP] Limit - nr of sessions on a domain?


Hi there!

I'm trying to set 30 diffrent cookies on a domain, but it seems that a cookie sets to zero and there is a max of 18 or 19 cookies... Can this be right?

This is an output of my cookievalues... But the problem is that i want a larger array. Isn't this possible?

Array ( [1] => voted [17] => voted [19] => voted [22] => voted [24] => voted [25] => voted [26] => voted [PHPSESSID] => 7d5917c49d7e0fba693f5a122c7851a4 [2] => voted [3] => voted [6] => voted [7] => voted [8] => voted [9] => voted [10] => voted [11] => voted [13] => voted [12] => voted [14] => voted [15] => voted )

Array ( [17] => voted [19] => voted [22] => voted [24] => voted [25] => voted [26] => voted [PHPSESSID] => 7d5917c49d7e0fba693f5a122c7851a4 [2] => voted [3] => voted [6] => voted [7] => voted [8] => voted [9] => voted [10] => voted [11] => voted [13] => voted [12] => voted [14] => voted [15] => voted [18] => voted )

Array ( [19] => voted [22] => voted [24] => voted [25] => voted [26] => voted [PHPSESSID] => 7d5917c49d7e0fba693f5a122c7851a4 [2] => voted [3] => voted [6] => voted [7] => voted [8] => voted [9] => voted [10] => voted [11] => voted [13] => voted [12] => voted [14] => voted [15] => voted [18] => voted [20] => voted )



/G
http://www.varupiraten.se/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.19/92 - Release Date: 2005-09-07



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to