Questions tagged [logoff]

106 questions
0
votes
1 answer

WSO2 Identity Server - Oauth 2.0 - Sign-off Example for Java

I wrote a Java based sign-off routine (token revocation) for an Oauth2 authentication flow. See below the code implementation following the cURL protocol instructions in the manual described [ here ]. The program code compiles and works without…
Claude Falbriard
  • 925
  • 8
  • 27
0
votes
0 answers

Windows 7 Log off actions

I have and application that need's to recognize when user logs off the system(Windows 7 OS). So, when user logs off from system, I need to log out user from application. I tried with batch file(put it in "GroupPolicy\User\Scripts\Logoff") and to run…
0
votes
1 answer

MVC 4 post automatically redirect to action that i dont want

I have a problem with ASP.NET MVC 4 application. I have a partial view with fallowing code:
  • @using (Html.BeginForm("LogOff", "Account", FormMethod.Post, new { id = "logoutForm", style = "display: inline;" })) { @Html.AntiForgeryToken() …
  • 0
    votes
    1 answer

    Windows 7 Logoff script

    I need to add log off script on windows. I can do it through gpedit.msc, but i need to automate it via scripts. I find lot of registry keys examples, but no one works. E.g :…
    dEVIANT
    • 249
    • 2
    • 4
    • 14
    0
    votes
    2 answers

    Batch Log Off Countdown

    I am trying to create a batch file that will countdown when activated and logoff of the system. This is for when the user is no longer at the computer. I have come across multiple forums where people are doing this but they log off any time the user…
    DomCan
    • 37
    • 3
    • 8
    0
    votes
    1 answer

    MVC 4 user get logged off quickly

    I have an MVC 4 web application that log off some users quickly. The authentication cookie seem stetted up correctly (I also setted timeout to 720 (12 hours)). I also setted session timeout on config file and in IIS. The issue seem's to happen on IE…
    0
    votes
    1 answer

    Logged out of applications intermittently

    I have a siteminder protected portal which has links to many applications that are also protected by siteminder. SSO is implemented between the portal and the applications. The issue is that when we login to the portal and browse through the…
    Thanu
    • 3
    • 2
    0
    votes
    0 answers

    Sstart query and logoff local workstation

    Is there a way to start running a query (via SQL Server Management Studio (SSMS) SSMS or SQL Server Data Tools (SSTD)) from your local workstation and then logoff? I know you could do a remote desktop connection to the server, run the query and…
    jrm02
    • 1
    0
    votes
    0 answers

    ASP.NET MVC4 in development machine, while Click on Log Off error occured

    I developed asp.net MVC 4 site. I had implemented CustomMembership and CustomRole things. I am getting error while I click on LogOff button error message: To call this method, the "Membership.Provider" property must be an instance of…
    0
    votes
    0 answers

    log off event of Windows - Java

    I want to catch log-off event of Windows and terminate the program automatically on Logoff. How to do it in Java? Details: I have a program which runs when User logs Into Windows,and I need to stop it once the user is logs off or Locks the…
    Just_another_developer
    • 5,737
    • 12
    • 50
    • 83
    0
    votes
    1 answer

    error invoking logoff.exe

    I am trying to create an app that can kill a user's session on a terminal server. I have written the following code: string host = "terminalServer"; string user = "domain\criso"; string sid = "4"; System.Diagnostics.Process proc = new…
    Chris Wijaya
    • 1,276
    • 3
    • 16
    • 34
    0
    votes
    1 answer

    SAPUI5 Logout Event with Javascript

    I am currently working on a SAP XS application. Using the provided API, I want to log off my user on the website. Im totally new on Javascript to please dont mind the probable ease of my question. The API…
    shao yan
    • 43
    • 1
    • 5
    0
    votes
    2 answers

    Get disconnected users and logOff them

    I am trying to loging into remote server using credentials from command line and checking for the users who got disconnected and I would make them logOff programatically. This is the way I'm trying to do as of now and bit working.But I'm getting all…
    coder
    • 13,002
    • 31
    • 112
    • 214
    0
    votes
    1 answer

    How can I track the window's user activities?

    I need to track the users activities similar to Audit policy. If possible I'd like to track a windows user's activities using my own program. Thanks in advance... I am using following code... using System; using System.Collections.Generic; using…
    0
    votes
    0 answers

    Windows service to reboot machine

    I have a windows service that is supposed to reboot the machine if the system is locked or if the system is logged out. The service runs fine when the system is locked, but does not want to reboot the machine if the system is logged out of. The…
    pithhelmet
    • 2,222
    • 6
    • 35
    • 60