On Mar 23, 2007, at 1:35 PM, Sandofsky wrote: > >> 80k cannot go in cookies. On most platforms the limit is 4k. The >> CookieStore raises an error if you try to store too much. > > http://tools.ietf.org/html/rfc2109 > > "at least 4096 bytes per cookie ... at least 20 cookies per unique > host or domain name" > > Is there something in today's cookie implementation that prevents > someone from doing 20 cookies at 4k each?
I defer to my original statement: >> The CookieStore raises an error if you try to store too much. There is a hard-coded 4k limitation in the store, and the store will only use one cookie per session. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
