procedure on ror

Hi,

i am new in ROR ,so can you tell me how to set session in ROR?

i am getting error ,i can’t figure it out why and from where it is coming ?i am using following env.

O.S:Windows XP Ruby:ruby-1.9.3-p0-i386-mingw32.7z Rails:Rails 1.9.1 Gem:1.8.12

plz tell the procedure

Regards, Rani.

Hi, i am new in ROR ,so can you tell me how to set session in ROR?

i am getting error ,i can't figure it out why and from where it is coming ?i am using following env.

setting a session variable is as simple as session[:foo] = 'bar' What's not working>

Fred