Pls help me am new how can i set session and cow can i retr

in php :

set the session
session start()

$_SESSION(“uid”)=“damu”;

retrieve:from session

$username=$_SESSION(“uid”)

similarly how can i set session in ruby on rails…
and retrive
explain clearly…please…

On 3/6/07, [email protected] [email protected] wrote:

similarly how can i set session in ruby on rails…
and retrive
explain clearly…please…

This mailing list is for general Ruby questions; your question is
Rails-specific. You probably want to ask Rails specific questions on
the Ruby on Rails Google Group; you can find subscription information
(I hope) at the main Rails website.

-austin