473,406 Members | 2,467 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

global .asa counting users

I have this line of code in my global.asa
Application("Active") = Application("Active") + 1

I open alot of new IE windows and I have my homepage set
to my intranet that contains the above code.

I had the same code in my IIS5 web and I don't remember it
counting me each time I came in. I know it did if I would
close all IE and open a new one but not if I had one
opened then opened a new one. Is there something diferent
here in IIS6?

The homepage is behind authentication and it makes me
authenticate with any new IE window. Is there a setting
missing? I thought IE would cache the permissions.

I hope you understand my question

Thanks
Mike
Jul 19 '05 #1
3 1357
There have been numerous changes to the way the server and the browser
interpret the "browse in new process"...
http://www.aspfaq.com/2172

--
http://www.aspfaq.com/
(Reverse address to reply.)


"Mike D" <an*******@discussions.microsoft.com> wrote in message
news:ba****************************@phx.gbl...
I have this line of code in my global.asa
Application("Active") = Application("Active") + 1

I open alot of new IE windows and I have my homepage set
to my intranet that contains the above code.

I had the same code in my IIS5 web and I don't remember it
counting me each time I came in. I know it did if I would
close all IE and open a new one but not if I had one
opened then opened a new one. Is there something diferent
here in IIS6?

The homepage is behind authentication and it makes me
authenticate with any new IE window. Is there a setting
missing? I thought IE would cache the permissions.

I hope you understand my question

Thanks
Mike

Jul 19 '05 #2
Also see http://www.aspfaq.com/2491 for some other approaches

--
http://www.aspfaq.com/
(Reverse address to reply.)


"Mike D" <an*******@discussions.microsoft.com> wrote in message
news:ba****************************@phx.gbl...
I have this line of code in my global.asa
Application("Active") = Application("Active") + 1

I open alot of new IE windows and I have my homepage set
to my intranet that contains the above code.

I had the same code in my IIS5 web and I don't remember it
counting me each time I came in. I know it did if I would
close all IE and open a new one but not if I had one
opened then opened a new one. Is there something diferent
here in IIS6?

The homepage is behind authentication and it makes me
authenticate with any new IE window. Is there a setting
missing? I thought IE would cache the permissions.

I hope you understand my question

Thanks
Mike

Jul 19 '05 #3
Thanks for the replies. I guess I'll just drop it. It
isn't needed, just some fluff for the users.

Thanks
Mike

-----Original Message-----
There have been numerous changes to the way the server and the browserinterpret the "browse in new process"...
http://www.aspfaq.com/2172

--
http://www.aspfaq.com/
(Reverse address to reply.)


"Mike D" <an*******@discussions.microsoft.com> wrote in messagenews:ba****************************@phx.gbl...
I have this line of code in my global.asa
Application("Active") = Application("Active") + 1

I open alot of new IE windows and I have my homepage set
to my intranet that contains the above code.

I had the same code in my IIS5 web and I don't remember it counting me each time I came in. I know it did if I would close all IE and open a new one but not if I had one
opened then opened a new one. Is there something diferent here in IIS6?

The homepage is behind authentication and it makes me
authenticate with any new IE window. Is there a setting
missing? I thought IE would cache the permissions.

I hope you understand my question

Thanks
Mike

.

Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: vishal | last post by:
hi vishal here. can anyone help me that how can i store the global variables for my web site. suppose i want to store the no. of users visited my site then what strategy should i use ????? ...
2
by: Amit D.Shinde | last post by:
Hello Experts.. I need some help regarding cookies and session objects and also global.asa file I am creating one cookie when a user logs in on my website. The cookie stores the login name of...
0
by: wh | last post by:
The application that I'm about to start working on requires maintaining a list of users currently accessing an asp.net application running on IIS5.0. I essentially need to monitor which xml files...
6
by: martin | last post by:
Hi, I have noticed that every aspx page that I created (and ascx file) has an assosiated resource file aspx.resx. However what I would like to do is have a single global resource file for the...
5
by: WJ | last post by:
I am attempting to use the Global.Asax to store my user's configuration. Here is the concept: 1. User logs on into the site using Form Authentication. 2. I capture the user Credential, verify it...
1
by: R.A.M. | last post by:
Please help. I try to implement counting of apllication users using global.asax this way: <script runat="server"> void Application_OnStart(object sender, EventArgs e) {...
8
by: Victor | last post by:
Can I get the events in GLOBAL.ASAX to fire if a classic ASP page is being accessed by the user?
8
by: Mike P | last post by:
What would be the best way of counting the number of users who are currently logged on to a website? I am making the users login against a database of valid users. Would the best way be to add a...
1
weaknessforcats
by: weaknessforcats | last post by:
C++: The Case Against Global Variables Summary This article explores the negative ramifications of using global variables. The use of global variables is such a problem that C++ architects have...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.