Set your session time out to, oh, 2 years or less (as in the spec,
they are gonna ignore you if you try more than 2 years).
You could even set *ONE* cookie with all the values serialized in an
array, and probably stay under the 4K limit.
Then you get people like me who, if a cookie value looks TO
[EMAIL PROTECTED] wrote:
There are 24 check boxes, and
each selection triggers a graphical display of radiation levels in a
specific area over the last hour.
David
So, if the user deletes the cookie, they grow a third eye? At last, a
viable method of preventing privacy nazis from deleting my
On Wed, August 16, 2006 9:00 am, [EMAIL PROTECTED] wrote:
> Does IE6 limit somehow/somewhere the number of cookie variables I can
> create and store?
Richard Lynch responded:
> Yes.
>
> Read the Cookie spec.
>
> There's no need for any site to ever send more than ONE Cookie anyway.
>
> Just use s
On Wed, August 16, 2006 9:00 am, [EMAIL PROTECTED] wrote:
> Does IE6 limit somehow/somewhere the number of cookie variables I can
> create and store?
Yes.
Read the Cookie spec.
There's no need for any site to ever send more than ONE Cookie anyway.
Just use session_start() and you can store all
> On Wed, August 16, 2006 9:00 am, [EMAIL PROTECTED] wrote:
>> Does IE6 limit somehow/somewhere the number of cookie variables I can
>> create and store?
Richard Lynch wrote:
> Yes.
>
> Read the Cookie spec.
>
> There's no need for any site to ever send more than ONE Cookie anyway.
>
> Just use s
Does IE6 limit somehow/somewhere the number of cookie variables I can
create and store? The following code snippet successfully creates 24
cookie variables when run in FireFox, but in IE6 it is limited to 20. I
can provide the full code with HTML/Javascript if anyone wants to test for
themselves.
6 matches
Mail list logo