Tagged Questions

0
votes
4answers
2k views

Wrapping session handling inside the static class

I separated all direct session interaction into a separate class and made it static, because I didn't want to create a new object several times. However, i wish to make sure that there are not ...