Qus:    Overhead of using Session?
Dec 15, 2020 15:59 DotNet 2 Answers Views: 1145 SHIVA

We use abstract class when we need provide some common functionality across a set of related classes while also allowing default method implementations in case of single or multiple inheritance.

Prev Next
Answers (2)
PARTH Dec 16, 2020 13:35
Answer:   There are numerous overheads in using session and they are -

1) Poor application performance because of saving data to session.
2) Mode load on server when the traffic increases on the web site.

PADMAKEECHU Dec 16, 2020 19:03
Answer:   Performance issues if large Volumes of data/user , because session data is stored in server memory.Also overhead in serializing ad Deserialization of session data from server.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect