what is session and cookies

Answers were Sorted based on User's Feedback



what is session and cookies..

Answer / 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

what is session and cookies..

Answer / deepali kherudkar

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

what is session and cookies..

Answer / 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

what is session and cookies..

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

Post New Answer

More Ruby on Rails Interview Questions

what is Rails Active Record in Ruby on Rails?

0 Answers  


Tell us what is the difference between redirect and render in ruby on rails?

0 Answers  


Explain valid and invalid in rails?

0 Answers  


what is the use of super function in ruby on rails?

0 Answers  


How many filters are there in rails.

0 Answers  






What is the difference between Render vs. Redirect_to in ruby on rails ?

0 Answers  


Write the command to run the migration.

0 Answers  


am new to ruby. tell me one thing. i can view my project on browser when i write "ruby script/server". otherwise i cant view my project on localhost. what i have to do to view my project always on browser? pls help

5 Answers  


What is the difference between render and redirect?

0 Answers  


How many types of relationships does a model has?

0 Answers  


Do you know what is “yield” in ruby on rails?

0 Answers  


Why ruby on rails is used for?

0 Answers  


Categories