what is session and cookies
Answers were Sorted based on User's Feedback
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 |
Session are used to store information about user on server
side .Whereas cookies are used on client side
| Is This Answer Correct ? | 16 Yes | 5 No |
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 |
Answer / jagadeesh b.n
Sessions always resides at the server side where as cookies
may either resides at the client or server side.
Cookies are stored in a harddisk where as sessions are not
stored in an harddisk and they exists until the browser is
opened.
| Is This Answer Correct ? | 5 Yes | 10 No |
What is the difference between concern and application_controller.rb in ruby on rails?
List out the few features of Ruby?
What is the naming convention for variables?
Explain testing in rails.
Mention the types of variables available in Ruby Class?
I would like to know about ruby on rails.I want to know.how will be the future for ruby on rails.please tell me.
What is rails active record?
Which command is used to create a migration?
Can you list out what can rails migration do?
What does session and cookies represent in ruby on rails?
What are generators in ruby on rails?
what are helpers and how to use helpers in ror?