Sample aPplication using Skype API

G

G

Hello,

I want to a develop a small application using Skype API using ASP.
I want to know the user who is in online in my website.
please give a pieace of code

Thanks in Advance.
Bye
G
 
A

Anthony Jones

G said:
Hello,

I want to a develop a small application using Skype API using ASP.
I want to know the user who is in online in my website.
please give a pieace of code

Typically users access websites anonymously so there is no information about
the user available. The closest you can get is
Request.ServerVariable("REMOTE_ADDR") which gives the IP address of client
making the request. However this could well be a NATing router rather than
the actual client.

If anonymous access is disabled then the users will have needed to logon in
some way. In this case a user name will a be availalbe as the server
variable REMOTE_USER.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,135
Messages
2,570,783
Members
47,339
Latest member
flaviu2

Latest Threads

Top