No-Cookie Session Support plugin

Plugin details

The plugin provides seamless Session-persistence support for browsers that are NOT Cookies-friendly (either no support or user-disabled).

Websitehttp://www.edgesoft.ca/blog/read/2 Author Edgesoft Consulting Tags session, Cookie LicenseMIT

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 documentation

Edit plugin | (0 older versions) | Last edited by: hardway, about 1 year ago