Difference between cookies and session?
Answer / Dheeraj Singh
Cookies are small text files stored on a user's computer by their web browser, while sessions are server-side storage mechanisms. Cookies store information locally, while sessions store data on the server, making them more secure. Cookies have limited size and expiration time, whereas sessions can store large amounts of data for an extended period. Sessions require more server resources.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I create a view in drupal?
Name the five conceptual layers in drupal system.
How long will drupal 7 be supported?
Is drupal is a cms? Explain
How do I disable commenting on articles?
Explain user, permission, role in drupal?
Explain how database system of Drupal works?
What does clean url mean?
How will do the core upgrade in drupal?
What is Multilingual content?
What are the files required for creating custom theme ?
How we can achieve the multistep form using drupal form api?