logged

jquery logged domain account

How does one get the logged in user name using jquery? I am using ASP.Net and have been doing it in code behind like this: System.Web.HttpContext.Current.Request.ServerVariables["AUTH_USER"].ToString(); I am trying to authenticate a user using the login domain name and use a web service to authenticate. <script type="text/javascript...

Wordpress plugin to track logged users activity

Hello. I need a Wordpress plugin to let me see any logged user's activity. I need to know what the user accessed from when he logged in. Any suggestions ? Thanks. ...

Django microblog showing a logged in user only his posts

i have a miniblog application, with a class named New(refering to a new post), having a foreign key to an user(who has posted the entry). above i have a method that displays all the posts from all the users. I'd like to show to the logged in user, only his posts How can i do it? Thanks in advance! def paginate(request): paginator = N...

Is there a way to check or display which users are currently logged on?

In drupal, is there a way to check or display which users are currently logged on? I want users who are logged on to be able to see who else is on. Is this possible and if so, how? Thanks. ...

How assert logged user session ID by user name?

Using a process identifier, I can get the user identifier. Indeed, if the process is executed in the user environment, I can get the user session id... But how can I derive a Windows session ID by only user name? (Of course, if the user is not logged, no session id can be derived). My situation is the following: I have a service (sy...

How to hide some text on TRAC wiki-page from anonymous user?

I have public TRAC installation, but i don't wont to show some links on wiki-pages (exceptionaly on the main) for non-logged(anonymous) uses. Can i hide some text for non-logged users, using WikiFormatting tricks ? ...

List of logged in users in Wordpress?

Hello, Is it possible to get a list of logged in users in Wordpress? Thank you ...