Ask a Question related to ASP.NET Security, Design and Development.
-
Michael Tkachev #1
I need to figue out the count of the sessions.
He everybody,
I have a question. I would like to know the following question:
How can I find out how many users were loginned to my web project. I need to
get the count of the sessions in the project because and I need to get datas
from the different sessions. Who knows what I can do?
Thanks a lot.
--
Sincerely yours,
Michael Tkachev.
..Net Developer
Michael Tkachev Guest
-
CGI::Sessions : Deleting expired sessions
Hi, I use CGI::Sessions to save the sessions into MySQL. The problem is, if the user just close the browser windows without logging off, I can't... -
Database sessions and file sessions
Can database sessions and file system sessions co-exist on the same server. I have 2 applications that use sessions. One uses the standard php... -
Relationship between IIS Sessions and ASP.NET Sessions?
Ken, I did some testing after I posted this message. I set my IE settings for cookies to Always Prompt (even session cookies) to see what was... -
global.asa file (count sessions)
It certainly CAN be done in the same basic way with ASP.Net. It would be better to avoid using the Application object, though, and use the... -
Paul Glavich [MVP ASP.NET] #2
Re: I need to figue out the count of the sessions.
This is probably the wrong group, you should really post this over at the
framework.aspnet newsgroup.
At any rate, you should use WMI to query the performance counter for your
application instance, for the anonymous logins/users counter.
Have a look here [url]http://www.ondotnet.com/pub/a/dotnet/2003/04/07/wmi.html[/url] as
an example for reading perf counters.
--
- Paul Glavich
ASP.NET MVP
ASPInsider ([url]www.aspinsiders.com[/url])
"Michael Tkachev" <m_tkachev@hotmail.com> wrote in message
news:eTGmPtkJFHA.1948@TK2MSFTNGP14.phx.gbl...to> He everybody,
>
> I have a question. I would like to know the following question:
> How can I find out how many users were loginned to my web project. I needdatas> get the count of the sessions in the project because and I need to get> from the different sessions. Who knows what I can do?
>
> Thanks a lot.
>
> --
> Sincerely yours,
> Michael Tkachev.
> .Net Developer
>
>
Paul Glavich [MVP ASP.NET] Guest



Reply With Quote

