|
I do not believe i have ever done this before, started a completly pointless game :chuckle:
So, here we go, rules are a tad complicated but should be doable...type down the users currently logged in and hit "Post reply"...
Logged in now are : Grey and...
Started by Grey on
, 15 posts
by 7 people.
Answer Snippets (Read the full thread at ourinfiniteloop):
And one guest Logged : JonnyRBee, mangrilla, DanRuleUniverse and Grey Fipher >RUFREE >nedaf7 >.
|
|
I didn't search archived threads for an answer so I'll just ask now. How come I keep getting booted out? I log in and expect to stay logged in unless I log out. This happens on more than one computer so I think it's the site or a setting. Anyone know ...
Started by cantdog on
, 11 posts
by 5 people.
Answer Snippets (Read the full thread at adkhighpeaks):
There is a 20 minute time out as well, you will get logged out of the....
This happens without closing my browser.
When you log in are you checking the "remember me" box? If not, when you close your web browser you will get logged out.
|
|
I have a Flash application that is hosted from within a Drupal page. Some parts of the Flash application should be available to all users, but some should only be available to a logged-in user. (The specific role doesn't matter, just that they are any...
Started by Eric on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here's the module implementation you choose) to get information like "what access does the current logged in user = false; // The logged....
The currently logged-in user (if any) and/or log in a user with code like the following.
|
Ask your Facebook Friends
|
I want code to check whether the user in logged in or not. i want code for servlets.
Thanks in advance
Started by satya on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If an user is logged in or not, create a Filter class which is mapped with an url-pattern which covers.
|
|
How to get userID of current user logged in from server using asp.net vb?
Started by Kushal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Did you create your own membership system?
Are you talking about getting the Windows User? I think you can use:
Request.ServerVariables["LOGON_USER"]
I got the answer.and thanks... .
Are you using ASP.NET Membership Provider? Then it would be Profile.UserId .
|
|
Hi,
How to Check whether the current logged in user is member of Administrators group or not? in vbscript.
Thanks,
Started by Mark on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Have a look at
Tutorial for Enumerating All Groups that a User is a memberOf Check whether user is in user group See the sample at the bottom of this MSDN page . .
|
|
Using Ruby on Rails, I want to before filter an action but only when users are logged in.
How is this possible?
Started by Sam on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Before_filter :only_when_user_is_logged_in, :only => :the_action
Or for multiple
before_filter :only_when_user_is_logged_in, :only; :this_action option
If you....
If the user is logged in or redirects to the login page otherwise.
|
|
Hi,
Is there any way to run a query in AD to check what PCs a user has logged into recently.
regards Mike
Started by Mike on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
As far as I am aware, AD does not keep a log of what PC's a user logged onto, the only thing could enable logging of User Logon events in the security log, export the log to CSV and use logged by the DC that processes....
|
|
I want to setup my site so that if a user hits the /login page and they are already logged in, it will redirect them to the homepage. If they are not logged in then it will display normally. How can I do this since the login code is built into Django?...
Started by Will M. on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It will check if the user is already logged in and redirect if he is, and use restricted for logged on users, it'll automatically redirect anonymous users to the login page.
That wraps the default one.
|
|
We need to do a crude type of backup on one of our mac's - we need to copy files from it onto our windows fileserver once a day regardless of whether someone is logged onto it or not. I can find scripts that do it while a user is logged on and the windows...
Started by Charlie Bear on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Running a script when no one is logged in To run a daemon that runs no matter whether you have a user logged in or not you'll want....
If there is a user logged in-- you probably don't want them trying to mount the same share twice.
|