Recents Comments for post: Creating forms that don't resubmit in Kohana Wed, 30 Mar 2011 00:00:00 CDT Comments for post: Creating forms that don't resubmit in Kohana http://jdstraughan.com/post/creating-forms-that-dont-resubmit-in-kohana KohanaPHP New comment by JDStraughan http://jdstraughan.com/post/creating-forms-that-dont-resubmit-in-kohana#comments @kemo: That is a very good point. I named the session 'post' key as it is really just psuedo-code, and wanted people to understand the concept. I agree that in a real world scenario the session keys should be unique to the form being used. Wed, 04 May 2011 11:27:16 CDT New comment by kemo http://jdstraughan.com/post/creating-forms-that-dont-resubmit-in-kohana#comments I like the way of writting but there's a catch with the session key you're using: you should point users to use the actual form's name for it so that they can still normally use other forms after validation in this one fails (example). Wed, 20 Apr 2011 12:37:28 CDT