What is the difference between sessions and flash?
Answers were Sorted based on User's Feedback
Answer / milind kanchan
Session is for the application i.e If user logs in the
session will be applied for the user.
Flash is valid from one request to other i.e if the page is
redirected from one page to other,its valid in within this
request.
| Is This Answer Correct ? | 23 Yes | 5 No |
Answer / 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 |
Answer / dayanthan
session
users information stored in browser side
flash
printing the users command depends on conditions
| Is This Answer Correct ? | 0 Yes | 3 No |
Tell me what is rails active record in ruby on rails?
Explain bundler in rails.
what is the difference between calling super() and super call?
What are the types of caching used in rails, what are they?
Where does the start_tabnav gets informations for tabs rendering in ruby rail?
what are helpers and how to use helpers in ror?
What are filters? and how many types of filters are there in ruby
what is testing in rails?
what the difference between static scaffolding and Dynamic scaffolding?
How can you run rails without creating databases?
Explain the importance of yield statement in rails.
what is the difference between the Observers and Callbacks in Ruby on Rails?