[ic] too many cookies?

Tim Mirecki interchange-users@lists.akopia.com
Fri Jul 20 17:00:00 2001


Yes, order/name/value of cookies doesn't matter. I tried setting some
meaningless ones and got the same error on cookie #8.

Is there an easy way to split cookies with Interchange? Setting all the info
as one cookie would work fine.

Thanks for the input!

-----Original Message-----
From: interchange-users-admin@developer.akopia.com
[mailto:interchange-users-admin@developer.akopia.com]On Behalf Of Russ Mann
Sent: Friday, July 20, 2001 4:49 PM
To: interchange-users@developer.akopia.com
Subject: RE: [ic] too many cookies?

On another app, I found that I couldn't set more than 20 total cookies with
IE before it decided to go braindead.  I'd suggest pushing your values
together into one cookie like this:

[value fname]|[value address1]|[value city]

Set your cookie like this, then split out the values for retrieval.  IC is
probably setting 12 other cookies and you're reaching the limit.

Or it could be something completely different.  Does it always fail on the
8th cookie no matter what the value of the 8th cookie is?  What happens when
you re-arrange the setting of the cookies?

R

-----Original Message-----
From: interchange-users-admin@developer.akopia.com
[mailto:interchange-users-admin@developer.akopia.com]On Behalf Of Tim
Mirecki
Sent: Friday, July 20, 2001 2:35 PM
To: Interchange-Users
Subject: [ic] too many cookies?


Hi, I am having a strange problem with cookies.

I am trying to set a bunch of cookies to remember user information, but I
get some kind of session failure (all scratch variables are reset, and the
customer is returned to the beginning)

I am setting them like this:

  [set_cookie name="fname" value="[value fname]"]
  [set_cookie name="address1" value="[value address1]"]
  [set_cookie name="address2" value="[value address2]"]
  [set_cookie name="city" value="[value city]"]
  [set_cookie name="zip" value="[value name=zip filter=word]"]

etc... After 7 cookies I get the session failure problem. Cookie number 8
will
cause the failure (I'm assuming it's a session failure). There is nothing in
either error.log file to indicate what is happening.

Has anyone had a similar experience? I read the docs about cookies, but
couldn't find anything about limits.

Thx.

_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users


_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users