Answer Posted / 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 View All Answers
what are benefits of using active record as opposed to raw sql queries?
What is Rails?
How you run your rails application without creating databases?
Explain bundler in rails.
Write a program to generate and run the application without the use of database
How are the key differences between python and ruby?
what is the difference between calling super() and super call?
what is the difference between Dynamic and Static Scaffolding?
What is a proc ?
What are the different types of association relationships that exist?
what is Cross-Site Request Forgery (CSRF) and how Rails is protected against it?
how does ruby on rails use the model view controller (mvc) framework?
How you run your Rails Application without creating database ?
How can the filter methods in ruby on rails be protected?
Tell me what is ruby on rails?