RE: Force user to re-login if the application is idle for awhile!

Hi,
I a similar thing a little while ago for an application written in a 4gl (not Forte) running
windows 95 clients. I ended up dropping out to "C" and using the SDK to install
hooks which monitored certain mouse and keyboard events to the application.
It ended up being less than 10 lines of code in the end whereas when I tried
to do it within the 4gl it was looked like wholesale changes to lots of code.
This option fell down when the user was reading their help file or updating
a word document so we added a pop-up which came up at the front of all applications
on the PC giving the user a further minute to respond so as not to annoy the genuine
user who was still "there" but doing something else.
I have not had the chance to try this in Forte yet but it should be possible.
If you think this might be an option for you I will try and cobble together an
example.
Dalton
===============================================================
Dalton Cranston 45 Castle St.,
GO5 Ltd Reading. RG1 7SN
E-mail: [email protected] United Kingdom
URL: www.go5.com Phone: +44 (0)1189 589 555
Fax: +44 (0)1189 587 467
-----Original Message-----
From: Lu Wang X1 [SMTP:[email protected]]
Sent: 13 February 1998 17:45
To: [email protected]
Subject: Force user to re-login if the application is idle for a while!
Hi;
For some security reasons, it requires our Forte application to force user to
re-log into the application if the user doesn't use this application for 10
minutes. The problem and difficulty to us is that how to determine there is no
activity going on for this application on the client's PC.
Any thought and ideas will be greatly appreciated!
Lu Wang
Eli Lilly and Company
[email protected]
(317)276-5776

Hi Rick,
Thanks for the Reply.
When they are doing some action with RF id system gave DUMP - ITS_TEMPLATE_NOT_FOUND.
With this is there any efect on Table locking.
We got the dump on the ITS screen where as at the same time in back end ECC system TABLE data is using.
Thanks
Naresh

Similar Messages

  • Tool bar gifs are not showing up when the application left idle for long.

    Hi,
    I have a Java application built with jdk sdk 1.4. This application was earlier on jdk 1.3 and very recently we moved to 1.4.
    The problem here is, tool bar gifs don't show up when the application is left idle for long or kept minimized for long. After I minimize and maximize, they show up. Also sometimes few are seen and few are not, and again as I said minimize and maximize, the rest(which were not showing up earlier) turn and therest don't.
    What could be the reason. This was not the case in jdk 1.3.
    Any help wil be highly appriciated.
    Thanx

    I have the same issue with 1.4.

  • Webservice try to resolve a user who never login to the system

    Hi All,
    I'm using usergroup.asmx webservice in the workflow. It works fine for old users (who already logged in to the system)
    If webservice try to resolve a user who never login to the system  it got errored.
    What could be the reason? Can anyone suggest a solution?

    You can use ResolvePrincipals, which performs an action similar to SPWeb.EnsureUser,
    http://msdn.microsoft.com/en-us/library/websvcpeople.people.resolveprincipals(v=office.14).aspx
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Capture users details when logins to the applicaiton

    Hello,
    Can anyone please, help me with this issue. I am using APEX 3.2 version and I want to capture the details of the user mainly user id; their session id; when he/she logged to the application (Date & Time), which pages did he accessed within the application; ip address. After capturing the details i want to insert these into a sample table. So that I can display the details - such as users last visited date to the application.
    Thanks,
    Orton

    Hello Orton,
    Try checking out ApEx's built-in views Utilities > APEX Views. There is a wealth of information in those views. You'll need logging turned on for your application(s) - that is done in Shared Components > Definition. Using this information or summarizations of this information, should get you well on your way. One note - I believe the logs you will be interested in do get cleared automatically (forgive me I don't remember the frequency) so depending on how far back you need to report you may need to set up something to copy this data into your own tables.
    Hope this helps,
    John

  • In iWS 4-6, how can I cause a user to re-login after 30 minutes of idle time?

    We are using NSE 3.x as well as iWS 4, and 6 for several websites. They all use Directory services and SSL. I want to be able to force the user to re-login into the site after a specified amount of idle. Also, if possible, I would like the user to be able to log (him/her)self out at any point without closing the browser. How can this be done?
    Thanks in advance,
    scott

    Hello,
    You didn't mention on which platform you are running the iplanet web server. I assume that you are running iWS on (UNIX/LINUX) platform.
    you need to set the CGIStubIdleTimeout directive for the required time to logoff the user idle for seconds, which causes the server to kill any CGIStub processes that have
    been idle for the number of seconds set by this directive. Once the number of
    processes is at MinCGIStubs it does not kill any more processes. The default is 45.
    CGIExpirationTimeout limits the maximum time in seconds that CGI processes
    can run.
    Thanks
    Selva

  • Hi! i have a question. When I start macbook, the guest user request me password, how the off? (Sorry for my english, i speak spanish, la pregunta en españo: al encender el macbook, el usuario invitado me solicita contraseña, como la quito?)

    Hi! i have a question. When I start macbook, the guest user request me password, how the off? (Sorry for my english, i speak spanish, la pregunta en españo: al encender el macbook, el usuario invitado me solicita contraseña, como la quito?)

    El usuario invitado sirve para habilitar acceso anonimo a ciertas partes del sistema.
    Si no se usa, deshabilitalo. Entra a Preferencias del Sistema / Usuarios y Grupos con una cuenta con privilegios de administrador. Haz click en el candado de la esquina inferior, pedira el password de la cuenta. Selecciona al usuario invitado y asegurate que todas las opciones esten des-seleccionadas (sin paloma).

  • Connect-SPOService : The Application ID (AppID) for which the service ticket is requested does not exist on the system.

    I am trying to connect to SharePoint in my Office 365 environment by following https://support.office.com/article/Set-up-the-SharePoint-Online-Management-Shell-environment-7b931221-63e2-45cc-9ebc-30e042f17e2c and I am getting:
    Connect-SPOService : The Application ID (AppID) for which the service ticket is requested does not exist on the system.
    Is there some setting I need to change on the O365 side? Thanks.

    Hi,
    Based on your description, my understanding is that you want connect SharePoint Online using PowerShell.
    Please make sure that the following software is installed.
    Windows Management Framework 3.0
    SharePoint Online Management Shell
    And then, open the SharePoint Online Management Shell and use the Script below to test
    whether it works.
    $User = "[username]@[tenant].onmicrosoft.com"
    $Pass = "[password]"
    $creds = New-Object System.Management.Automation.PSCredential($User,(ConvertTo-SecureString $Pass -AsPlainText -Force));
    Connect-SPOService -Url https://[tenant]-admin.sharepoint.com -Credential $creds
    Get-SPOSite
    More information:
    http://blog.falchionconsulting.com/index.php/2013/01/using-powershell-to-manage-sharepoint-2013-online/
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • Custom web parts in SharePoint 2013 becomes inactive when the session is idle for long time.

    Hi,
    We have a search center site with custom web parts and custom master pages. When the session is inactive for long time all the custom web parts in the page doesn't work, unless we close the browser and open it. Where as this is not the case with the
    OOB web parts. We are not able to identify the root cause as it works with OOB web parts and not the custom web parts.We were able to find that by increasing the session timeout of the web application we can avoid this issue.We do not want to increase the
    session timeout as the OOB web part works perfectly even when the user session is idle for long time.Is there any other alternative where we can acheive the same for custom web parts when the session is idle for long time?
    Thanks,
    Saranya

    Hi Saranya,
    According to your descirption, my understanding is that when the session is long time idle ,then custom web part will not work.
    I suggest you check if you have enable the session in the Page Level in the web.config. By default SharePoint disable the session state.
    In the web.config, you will see <page enableSessionState> tag. You can modify like below and test if it works.
    <pages enableSessionState=”true” ….. />
    Here is a detailed thread for your reference:
    Use Session State in SharePoint
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Recently when opening up Photoshop, my Adobe CS6 Master Collection pops up saying there's some kind of offer going on the Creative Cloud.  For awhile I was just able to close out of it and go about my business on Photoshop, but now it's not allowing me to

    Recently when opening up Photoshop, my Adobe CS6 Master Collection pops up saying there's some kind of offer going on the Creative Cloud.  For awhile I was just able to close out of it and go about my business on Photoshop, but now it's not allowing me to open Photoshop unless I sign up/pay.  I'm quite confused?  I really NEED to have access to Photoshop ASAP.

    Sign in, activation, or connection errors | CS5.5 and later
    Mylenium

  • My itunes will not open! is giving me error7(windows error 1114) RUNING TIME  ERROR, PROGRAM FILES\ITUNESHELPER.EXE R6034 An application has made an attempt to load the C runtime library incorrectly. I must contact the application support team for imforma

    my itunes will not open! is giving me error7(windows error 1114) RUNING TIME  ERROR, PROGRAM FILES\ITUNESHELPER.EXE R6034 An application has made an attempt to load the C runtime library incorrectly. I must contact the application support team for imformation and  i tried downloading itunes like 10 times and is saying the same thing. Please help! i need to sync my ipads and ipods thank you!

    Follow the instructions of tt2 given in https://discussions.apple.com/thread/5822086

  • I can't download the itunes this is what appear :runtime error R6034 an application has made an attempt to load the C runtime library,please contact the application support team for more information

    I can't download the itunes on my PC , have it before but now appear a note like this:
    RUNTIME ERROR
    PROGRAM C;/PROGRAM FILES (X86)/ ITUNES/ITUNES.EXE
    R6034
    AN APPLICATION HAS MADE AN ATTEMPT TO LOAD THE C RUNTIME LIBRARY INCORRECTLY
    PLEASE CONTACT THE APPLICATION SUPPORT TEAM FOR MORE INFORMATION
    WHAT I NEED TO DO?
    THANK YOU
    RODRIGO

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99467)

  • The Application Data folder for Visual Studio could not be created

    Hi! My laptop was working fine but someone recently installed Malware Bytes to my laptop and supposedly found 4 problems and "fixed" them afterwards Visual Studio Professional 2013 and Chrome stopped launching. When I realized this happened I uninstalled
    Malwarebytes but it was too late. Every time I tried launching Visual Studio I would get a message that said something like: "Two or more components could not be found. Please reinstall". I did a "fix" on Visual Studio but this solved nothing
    only changed the message, the new message was "The Application Data folder for Visual Studio could not be created" so I uninstalled the program and all the extras I found on my Control Panel. Downloaded Visual Studio Community 2013 I'm trying to
    install it but I got the same exact message again. Why is this happening? What does it mean? Before I uninstalled Visual Studio Professional 2013 I looked for ways others solved it but nothing seemed to work. Please help. Thanks!

    Hello Danny,
    The Malware Bytes may have already modified some files/registry values/environment variable which is used by Visual Studio and may be the setup cannot create it for you again.
    Please try the workaround here in this blog:http://tutewall.com/application-data-folder-for-visual-studio-could-not-be-created/ and remember to backup your
    registry key before you do any actions to the registry table.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to gone the form after login to the application in smp2.3 hwc?

    Hi All,
           I developed an application in that user has to login the application, based on the login user details are shown in a listview.
    The whole thing is working fine, but when the user logged in the application, then the login screen has not visible. for that i wrote a code in custom.js
    if (screenKey == 'Start' && destScreenKey == 'Details') {
    document.getElementById(screenKey+"Form").style.visibility = "hidden";
    Here the controls in that form are not visible, but the screen is visible.
    How to handle that?
    Regards,
    Sravanya.

    Hi Midhun,
        I created an MBO, i.e., UserDetails. In that user's details like username, password, first name, lastname, date of birth ete. If the user logged in the application i am showing these details in a listview.
    My first screen is "Start" in that username and password editboxes are there, and when the user clicked on log in button i gave the online request to that MBO.
    The query i wrote for login is
    SELECT x.* FROM UserDetails x
    WHERE x.username = :Uname_P
    AND x.pwd = :Pwd_P
    Then it is moved to next scree i.e., "Details" , in that screen i am showing the details in listview.
    After that the user click on back button, it is going to "Start" screen.
    In that screen i have the username and password fileds, even the user logged in the application, when click on back button it is showing the start screen. I want to hide that screen
    So i wore the code
    if (screenKey == 'Start' && destScreenKey == 'Details') {
    document.getElementById(screenKey+"Form").style.visibility = "hidden";
    But it is hiding the Controls which is present in the Start screen.
    I want to hide the whole "Start"  Screen, when the user clicked on back button it should not show the start screen.
    Regards,
    Sravanya

  • Details of users who have logged into the application

    I have installed oracle 10g Forms and services and oracle database 10g in the server.The users will run the application from the client machine. I want to know how many users are accessing the application and their ip address .
    Please let me know.
    Thanks.

    Hi
    Try this Code.
    SELECT MACHINE, OSUSER, TERMINAL, UTL_INADDR.GET_HOST_ADDRESS(TERMINAL) IP_ADDRESS FROM V$SESSION WHERE STATUS = 'ACTIVE'If you want to get the details of all users including Disconnected users, then use the following query
    SELECT MACHINE, OSUSER, TERMINAL, UTL_INADDR.GET_HOST_ADDRESS(TERMINAL) IP_ADDRESS FROM V$SESSION WHERE NVL(TERMINAL, ' ') <> 'UNKNOWN'Regards,
    Manu.
    If this answer is helpful or correct, please mark it. Thanks.
    Edited by: Manu. on Aug 4, 2009 10:09 AM

  • Is there any user exit/ badi to populate the partner bank type for   F-63.

    Is there any user exit/ badi to populate the partner bank type (field name BSEG-BVTYP) in transaction F-63. There is exit ‘ZFI_FOAP_CDITEMS_00001011’ having BKPF and BSEG as only import parameters so I can’t change the value for BSEG-BVTYP.
    So could you please let me know any exit where I can change the value for BSEG-BVTYP for transaction F-63?
    Thanks in Advance,
    Steevan

    hi,
    Below r the user exit related to transaction  F-63.
    Check out if any of them will solve ur Query..
    F050S001            FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc segment
    F050S002            FIDCC1: Change IDoc/do not send
    F050S003            FIDCC2: Change IDoc/do not send
    F050S004            FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do not send
    F050S005            FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FI document
    F050S006            FI Outgoing IDoc: Reset Clearing in FI Document
    F050S007            FIDCCH Outbound: Influence on IDoc for Document Change
    F180A001            Balance Sheet Adjustment
    FARC0002            Additional Checks for Archiving MM Vendor Master Data
    FEDI0001            Function Exits for EDI in FI
    RFAVIS01            Customer Exit for Changing Payment Advice Segment Text
    RFEPOS00            Line item display: Checking of selection conditions
    RFKORIEX            Automatic correspondence
    SAPLF051            Workflow for FI (pre-capture, release for payment)
    Reward points if helpful,
    Regards,
    Brijesh

Maybe you are looking for

  • OVD\OID Adapter - Not working with SSL

    Hello, We have: OVD 11.1.1.5 OID 10.4.3 We've successfully setup an OVD adapter using non-ssl\389 to OID. However, when attempting to configure the adapter to use ssl\636, we get the following error when trying to use the adapter to browse OID from w

  • Do I need to run pc clean before downloading your software

    do I need to run pc clean before downloading your software

  • OC"ED from 3.2 to 3.711 Can't go Further

    With my sig. do you thing that i can go further if i picked up an 875 mobo and changed the ram to 4000 hyper x instead of the 3200 value. and if so should i stay with msi or get the p4800 e deluxe. Unless there is a better one. I am completly h2o coo

  • Installing BusinessObjects Edge Series 3.1 ERROR CMS: STW00226

    Hi, I'm installing BO Edge Series on an Oracle Database but in one of the steps in the installation where it says choose the database, I choose Oracle, there are three fields, 1 host, 2 username, 3 password. In the first choose the instance of oracle

  • 2 apple products sync to same computer

    my brother has his ipod touch sync to my mum's laptop, she has recently got an iphone and wants my brother ipod off her computer. How do i remove the ipod touch so it can be snyc to another laptop?