Cookies

could someone help me with cookies.

I need help setting them and using them for output and etc.

thanks.

On 6/26/06, raj kapila [email protected] wrote:

could someone help me with cookies.

I need help setting them and using them for output and etc.

http://api.rubyonrails.org/classes/ActionController/Cookies.html

James L. wrote:

On 6/26/06, raj kapila [email protected] wrote:

could someone help me with cookies.

I need help setting them and using them for output and etc.

ActionController::Cookies

when i try to call cookies[:name] in my rhtml file i get undefined
method for cookies.

why not use session?

Raj Kapila wrote:

James L. wrote:

On 6/26/06, raj kapila [email protected] wrote:

could someone help me with cookies.

I need help setting them and using them for output and etc.

ActionController::Cookies

when i try to call cookies[:name] in my rhtml file i get undefined
method for cookies.

Cookies are only controller methods. Set an instance variable in your
controller for use in your rhtml view.