Plugins - EdgesoftNoCookie
Add to favoritesThis plugin provides no-cookie session support for Rails applications. The latest documentation is available at http://www.edgesoft.ca/blog/read/2.
For the impatient,
- Drop the distribution file in the ../vendor/plugins directory.
- Expand the file.
- Start or restart Webrick.
- Include the module as a Mixin, for example
class ApplicationController < ActionController::Base
include EdgesoftNoCookie
...
end
- Test, test and more test
