Introduction
This article shows that how to Display all session values which are active in our application using c# asp.net.
using Session.Contents property of session, as below:

To check I have implement this code in my application.
Lets see result of active session list after login in my application i have set session values and get them.
I have set following 5 session variables as below

And session list returned by session.contents is:

Here is list of active session values.
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Khargesh RajputPosted Mar 25, 2015, 2:10 AM
your welcome
Asim OlmezPosted Mar 20, 2015, 2:34 AM
Thanks.