I want to implement Cookies in Rhodes framework. I am getting Session
Id from server side while a user logs in and save the same into a
cookie i.e in client side. The main purpose of implementing cookie is
to retain the active state of the user while he navigates from one
model to another. Once he logs off, session Id should be destroyed
from cookie.
As per my limited knowledge in cookie on rails , cookie is implemented
by inheriting ActiveController (ActionController::Cookies). Please
help me out with an example.
Regards,
Suman