472,119 Members | 1,773 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

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

Sample aPplication using Skype API

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

Dec 19 '06 #1
1 2364

"G" <su**********@gmail.comwrote in message
news:uS**************@TK2MSFTNGP02.phx.gbl...
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.

Dec 19 '06 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by jamie.fraser | last post: by
2 posts views Thread by Tiago Costa | last post: by
1 post views Thread by Robert W. | last post: by
1 post views Thread by itarunachalam | last post: by
1 post views Thread by lidettesfu | last post: by
3 posts views Thread by Muddasir | last post: by
12 posts views Thread by George Ter-Saakov | last post: by
3 posts views Thread by Al Dykes | last post: by
reply views Thread by leo001 | last post: by

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.