Answer Posted / poornimad
Session is used for maintaining the particular value
throughout the session..(brower closed)
e.x: session[:value]="poornimad"
this values is not changed until the brower closed..
Cookies:
*********
This is used to store the values in the Browser..this
value is not delete till the cookies are deleted..This
cookies concept is same as Java cookies.The concept is same.
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
Explain valid and invalid in rails?
Who designed active record in rails?
In how many ways you can create rails layout http response.
Difference between argument and parameter in ruby on rails ?
how you define Instance Variable, Global Variable and Class Variable in Ruby?
what is the use of super function in ruby on rails?
Tell me what is rails active record in ruby on rails?
Tell me what is rails migration?
Tell me what is coc in rails?
How can you run rails without creating databases?
Explain the role of sub directory app/controllers and app/helpers.
Please explain what are the positive aspects of rails?
What is difference between form_for and form_tag?
Explain how Rails implements Ajax?
Tell me what is the difference between the observers and callbacks in ruby on rails?