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.7zhttp://rubyforge.org/frs/download.php/75466/ruby-1.9.3-p0-i386-mingw32.7z
Rails:Rails 1.9.1
Gem:1.8.12

plz tell the procedure

Regards,
Rani.

On Dec 17, 4:13am, Satvat R. [email protected] wrote:

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