I am collecting information to be sent to a print routine that ultimately uses prawn to generate a PDF.
It writes an error to the logs... Completed in 4304ms (View: 1, DB: 102) | 200 OK [https://myserver/payables/print_the_checks] /!\ FAILSAFE /!\ Wed Sep 30 18:41:52 -0700 2009 Status: 500 Internal Server Error ActionController::Session::CookieStore::CookieOverflow /usr/lib/ruby/gems/1.8/gems/actionpack-2.3.2/lib/action_controller/session/cookie_store.rb:102:in `call' though my session variables themselves are not very large, the 'POST' is fairly large. Do I need to discard some of the data that I've already accrued in instance variables and re-acquire the data in my controller to shrink the amount I 'POST' ? Would that help with the CookieOverflow ? Is it possible to increase the size permitted ? Craig -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

