Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Active Users

Reply
Thread Tools

Active Users

 
 
Ven
Guest
Posts: n/a
 
      05-01-2006
I need to display information a list of Active users on a web site.

I can do the count using the global.asa but need to display individual
information about each "active user" without writing it all to a
database and then pulling it out again.

Info I need :

IP Address - Request.ServerVariables("REMOTE_HOST")
The page they are on - Request.ServerVariables("SCRIPT_NAME")
the page they were on - Request.ServerVariables("HTTP_REFERER")

Can I write this stuff into sessions and call them all out?

Thanks

ven
 
Reply With Quote
 
 
 
 
Bob Barrows [MVP]
Guest
Posts: n/a
 
      05-01-2006
Ven wrote:
> I need to display information a list of Active users on a web site.
>
> I can do the count using the global.asa but need to display individual
> information about each "active user" without writing it all to a
> database and then pulling it out again.
>
> Info I need :
>
> IP Address - Request.ServerVariables("REMOTE_HOST")
> The page they are on - Request.ServerVariables("SCRIPT_NAME")
> the page they were on - Request.ServerVariables("HTTP_REFERER")
>
> Can I write this stuff into sessions and call them all out?
>

No. You will need to store them in a database, file or Application variable.

http://www.aspfaq.com/show.asp?id=2491
http://www.aspfaq.com/show.asp?id=2095

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Active X Component can run Power users group but not in users grou Wilmer Hernandez ASP General 4 08-20-2007 08:36 PM
Rolling upgrade of Active-active cluster for SQL server 2000 =?Utf-8?B?U3VzaGls?= MCSE 1 02-16-2006 05:57 AM
Thunderbird filters "active" but not "active" =?ISO-8859-2?Q?Rafa=B3_=A3o=BFy=F1ski?= Firefox 5 05-18-2005 07:27 AM
Help me in making users/deleting users in active directory Sara rafiee ASP .Net 3 10-04-2004 01:35 PM
Help me in making users/deleting users in active directory Sara rafiee ASP .Net Web Controls 1 10-04-2004 12:00 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57