No-Cookie Session Support plugin
Plugin details
Documentation
Once installed your application can immediately access the new behavior in all views under ApplicationHelper. A final step (almost there) is to include the module as a Mixin in controllers that need it. Generally it can go in application.rb. For example,
class ApplicationController < ActionController::Base include EdgesoftNoCookie ... end
Test your application thoroughly using your favorite Browser, with and without accepting Cookies.
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, about 1 year ago

