RajasekharwhY / Build-your-muscle

Learning concepts and sample practice code - C#, MVC, SQL etc..
2 stars 0 forks source link

Sessons and catche main difference #4

Closed RajasekharwhY closed 5 years ago

RajasekharwhY commented 5 years ago

Both session and caching are stored in the server. The main difference is session is per user and caching is available for all users for specified amount of time.

RajasekharwhY commented 5 years ago

Different types of session managements available in Asp.net