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
Am Fresher ..,i dont know seven controller methods.am searching in google .but am not getting .help me
What do you mean by render and redirect_to?
what is sweeper in Rails?
what are benefits of using active record as opposed to raw sql queries?
What is action cable?
Explain rest in rails routes.
Explain rails caching levels.
Tell me what is the function of garbage collection in ruby on rails?
How is dynamic scaffolding different from static scaffolding?
What do you understand by rails migration and what it can do?
Explain bundler in rails.
What are the types of caching used in rails, what are they?
what is rake in Rails?
Please explain what are the positive aspects of rails?
What is a webrick web server?