The text of this article is not in this database — only its details are. Read it on the old site: How many users are using the site at a same time?
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: How many users are using the site at a same time?
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Chris StannardPosted Apr 27, 2009, 5:19 PM
Don't forget to put an application lock before writing to application variables, and also you can implement a date updated (date.now) code to state when last reset. Session_Ended is good for redirects when a users session times out. The values in the application will reset when you update the global.asax file. There are many things you can do.