Answer Posted / vivek gupta
session is a way by which we can add a object in memory between two
request .
and cookies are chunk of data which are stored on browser.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
what are some advantages of using ruby on rails?
What is a proc ?
What are gemsets in rails?
What is the naming convention for variables?
Am Fresher ..,i dont know seven controller methods.am searching in google .but am not getting .help me
Who developed ruby on rails?
How many types of variables are available in ruby class?
what is a rails migration? Write up a short example of a simple rails migration with a table called customers, a string column called name, and a text column called description?
Why ruby on rails is used for?
what is Ruby on Rails?
Explain how does rails implement ajax?
List out what can Rails Migration do?
If you want to set up a one-to-one relationship between two models, you'll need to add belongs_to to one, and has_one to the other. How do you know which is which?
Explain testing in rails.
How is direct different from render?