If I store a piece of information for each session opened into a session variable, how can I retrieve those values
I saw a solution that can do it (http://weblogs.asp.net/imranbaloch/archive/2010/04/05/reading-all-users-session.aspx) but I would need the site in full trust mode which I cannot do.
I blog at http://rajeshpillai.net and have a community startup http://ownabook.org/
(Don't forget to click "Mark as Answer" on the post(s) that helped you.)
Marked as answer by n8900498 on Apr 03, 2012 08:59 PM
Glad you found it useful. Please do rate the second link at codeproject to support the original author. Thanks.
I blog at http://rajeshpillai.net and have a community startup http://ownabook.org/
(Don't forget to click "Mark as Answer" on the post(s) that helped you.)
n8900498
Member
47 Points
69 Posts
Reading All Users Session
Apr 03, 2012 07:49 PM|LINK
Hi
If I store a piece of information for each session opened into a session variable, how can I retrieve those values
I saw a solution that can do it (http://weblogs.asp.net/imranbaloch/archive/2010/04/05/reading-all-users-session.aspx) but I would need the site in full trust mode which I cannot do.
Thank you
Mark
thinkrajesh
Participant
1356 Points
232 Posts
Re: Reading All Users Session
Apr 03, 2012 08:08 PM|LINK
This SO has some pointers..
http://stackoverflow.com/questions/1470334/list-all-active-asp-net-sessions
And an alternate solution here..
http://www.codeproject.com/Articles/36846/Retrieve-All-Active-Sessions-Data
(Don't forget to click "Mark as Answer" on the post(s) that helped you.)
n8900498
Member
47 Points
69 Posts
Re: Reading All Users Session
Apr 03, 2012 08:59 PM|LINK
Thank you !!!!, that 2nd link worked perfectly for me
thinkrajesh
Participant
1356 Points
232 Posts
Re: Reading All Users Session
Apr 04, 2012 02:59 AM|LINK
Glad you found it useful. Please do rate the second link at codeproject to support the original author. Thanks.
(Don't forget to click "Mark as Answer" on the post(s) that helped you.)