Help emergency

  • Thread starter Thread starter DalePres
  • Start date Start date
D

DalePres

I've never run across that problem before, but it seems that the obvious
answer is to use less cookies. If your clients are IE, you can use the
Persistence behavior to store user settings and other things that don't
require the security (if you can call it that) of a cookie. Also, why are
you sending 20 cookies anyway?

For more information on the Persistence behavior, look at
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/persistence/overview.asp.

HTH

Dale Preston
MCAD, MCDBA, MCSE
 
I got a problem with cookies. It seems only allow 20 cookies to be sent to
client browser. if more than 20 cookies sent to client, only the last 20
cookies keep in client machine. How can I resolve this problem?

Shawn
 
Shawn,

Why would you sent 20 cookies while one cookie can hold as much data as you
want?

Cor
 
Back
Top