Ask a Question related to ASP.NET General, Design and Development.
-
Matt Howeson #1
Re: Number of sites calls
Jenny,
The way I would handle this is to store information in an Application
variable. You could increment an integer value to keep track of the number
of current users, decrementing it when a users session ends. If you want to
store more specific information on each user then you could also do that
quite easily in a similar way by storing an Array of users in the
Application variable. I would be a little wary of storing too much
information in any Application variable as it will persist for the time that
the web app is running, unless you explicitly remove it.
Matt
"Jenny" <j.malloyNO@SPAMx-mail.net> wrote in message
news:09d301c34d08$c9427a00$a101280a@phx.gbl...> I have one application in aspx and I need to know, how many
> user are already "on" my page? Is there a way to find out
> if User B is calling wheter User A is already on the site?
>
> Thanks
> Jennny
Matt Howeson Guest
-
int Number to text Number Function / UDF ?
Is there a function that converts e.g. 3 to Three? Probably not but I just thought I'd ask. -
Double number of calls when Basic Authentication?
I have a web service that is set to use Basic Authentication (for users outside the firewall). They are coming in over SSL. It uses Integrated... -
sort from the smallest number to the highest number
Hi Just say I want to sort the row by using the fifth column data as reference from the smallest the largest number, if using sort, It will give... -
Limit the number of asyn web service calls
I have a web service the makes calls asynchronously to a server to download files. The user has the ability to select many files to download. When... -
DDL calls from SQL PL
Hi, When I try to run/compile the following SQL PL, I get errors for the DDL statements used in them. For example, the GRANT and DROP statements...



Reply With Quote

