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 |
Is drupal the best cms?
Does Drupal provides support?
What is content construction kit (cck) in drupal?
What is drupal block?
What is an example of a cms?
What are the translations available in Drupal?
How does drupal scale?
Can you please explain the difference between core and contrib in drupal?
What are hooks and why are the used?
How will you alter the views query?
What is drupal behaviors?
What is contexts, panels, variants in panel?