Answer Posted / anbuselvan.v
Session is only for store the small amount of user
data,which data not stored permanently that's when we logged
out from our application.. which session value will removed.
But Flash is used to display the some messages like error
message and useful information messsages in view pages...
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Explain me what is the difference between concern and application_controller.rb in ruby on rails?
What is rails script? Name some of them?
What are the functions performed by rails migration?
what is “Yield” in Ruby on Rails?
What is the difference between render and redirect?
Do you know what is rake in rails?
Do you know what is cross-site request forgery (csrf) and how rails is protected against it?
what is the difference between the Observers and Callbacks in Ruby on Rails?
What is unit testing (in classical terms)? What is the primary technique when writing a test ?
what is Rails Active Record in Ruby on Rails?
How is the model view controller framework used in ruby on rails?
What does ruby name refer to?
What is the purpose of load in ruby?
how does ruby on rails use the model view controller (mvc) framework?
In how many ways you can create rails layout http response.