Ask a Question related to ASP.NET General, Design and Development.
-
Kevin Spencer #1
Re: 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
Application Cache instead.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Complex things are made up of
lots of simple things.
"Paul" <paul@themedialounge.com> wrote in message
news:uMIMvLrVDHA.2052@TK2MSFTNGP10.phx.gbl...> In classic asp I have always used a global.asa file to count
> visitors/current users of the site using application variables.
>
> Can someone tell me if this is done in the same manner in asp.net ?
>
> Can anyone maybe give me some urls for a rundown ?
>
> Thankyou
>
>
Kevin Spencer Guest
-
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.... -
Problem with sessions (in global scope vs class scope)
Hello, i'me having a wierd problems with sessions. PHP 4.3.3, Register globals is on, and the sessions module is installed. if i have a page like... -
GLOBAL.ASA real active user count
Hi, I've searched over 1 hour on Google and elsewhere and haven't found anything. I'd like to find a way to get the real active user count on... -
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... -
How to Count File Downloads
I'm building our internal intranet and am interested in determining what forms & files from our Resource Download area are accessed the most...



Reply With Quote

