Community

Difference between Session and Cache

(Nagendra kumar) Both session and cache can be used to store the data at the server level (also “Caching” can also be done at client side for static files). Main defference is that Session is created for each user/browser request. It is user specific. and the data stored in session expires when the

Read More - Register for Free Membership