R
Rakesh Roberts
I think I have a very interesting cookie problem.
I use form authentications on my application. Through out my
application I started using a toggle control that persists its value
for the session using cookies that it writes to on the client side
(using javascript). What happens sometimes it that the application
forces the user back to the authentication page ( the login page). I
suspect this has something to do with the limit on the number of
cookies per site (i read somewhere it being 20 per site and 300 per
client).
Is there a workaround for this situation?
I use form authentications on my application. Through out my
application I started using a toggle control that persists its value
for the session using cookies that it writes to on the client side
(using javascript). What happens sometimes it that the application
forces the user back to the authentication page ( the login page). I
suspect this has something to do with the limit on the number of
cookies per site (i read somewhere it being 20 per site and 300 per
client).
Is there a workaround for this situation?