LOG OUT Issue In personas

Hi,
I have created persona's screen for ME22n. If user logged in and  made some changes to PO, then the user close the browser directly without log out.
in this scenario the PO is still in locked by the user. is there any way in peronas I can make the user log out once the window is closed.
Thanks,
Shaik Shadulla.

Hi Shaik,
I guess if you have the latest notes (Personas client + kernel notes), then session should be killed once you either navigate away from personas or close your browser.
I just tested on IE and chrome, seems working for me. If issue continues, please raise a message so that dev team can look into it.
And of course, you can change the timeout parameters based on the message what Steve has posted above. But in your case, session should be killed immediately.
I would recommend you to verify your installation based on blog below before opening a message:
SAP Screen Personas - How to configure the system (troubleshooting FAQ)
Regards,
Sushant

Similar Messages

  • Log out issue in Employee Self service

    We are encountering an error when people click on log out in self service page
    Once all the steps are done such as adding a dependent and making elections, a confirmation page comes up with the summary of benefits info. At this point, there is a "Log Out" button alongside with "Back", "Printable Page" and "Return to Overview". All the other buttons work fine but if we click on Log out, instead of logging out, it displays a "page cannot be displayed error". Strange thing is if we click on 'Back' it goes to Benefits summary page and allows us to navigate as if the session is active.
    Can anyone advise?
    Verified the Oracle system requirements and everything passed. Tested this on Windows 7 with IE8 configuration and as well as with XP but still the same error.
    P.S. This Log out is different from the button which appears on top right hand corner of the page which appears alongside Help button.
    Thanks!

    Hi Shaik,
    I guess if you have the latest notes (Personas client + kernel notes), then session should be killed once you either navigate away from personas or close your browser.
    I just tested on IE and chrome, seems working for me. If issue continues, please raise a message so that dev team can look into it.
    And of course, you can change the timeout parameters based on the message what Steve has posted above. But in your case, session should be killed immediately.
    I would recommend you to verify your installation based on blog below before opening a message:
    SAP Screen Personas - How to configure the system (troubleshooting FAQ)
    Regards,
    Sushant

  • Logging out issues

    I'm having a issue where whenever my users log out, they
    really don't logout. Their login is cached and until they delete
    all of their browser items, they are still logged in. What type of
    code do I need to use to have them actually log out when my logout
    script runs, and not make them have to clear everything in their
    browser?
    Thanks,
    Jordon

    I'm wondering if maybe my application script has anything to
    do with it.
    <CFAPPLICATION NAME="xxxx"
    CLIENTMANAGEMENT="Yes"
    SESSIONMANAGEMENT="Yes"
    SESSIONTIMEOUT=#CreateTimeSpan(1,0,0,0)#
    APPLICATIONTIMEOUT=#CreateTimeSpan(1,0,0,0)#>
    <!--- Set these variables when site goes live --->
    <cfset dsn = "xxxx">
    <cfset dsn2 = "837">
    <cfset adminemail = "xxxx">
    <cfparam name="application.pidkey" default="tnfp08rt">
    <cfif not isDefined("session.rollCount")>
    <cfset session.rollCount = 1>
    <cfset application.lastUser =
    iif(isDefined("application.currentUser"),
    "application.currentUser", DE("Nobody"))>
    <cfset application.currentUser =
    iif(isDefined("client.clientName"), "client.clientName", DE("guest
    from #CGI.REMOTE_ADDR#"))>
    <!--- Test for cookies --->
    <cfcookie name="isOn" value="testing">
    <cfset session.addToken = client.URLToken>
    <cfelse>
    <!--- Check to see if cookies are on. If no, make a query
    string variable with the CFID and CFTOKEN. --->
    <cfset session.addToken = iif(not
    isDefined("cookie.isOn"), DE("#client.URLToken#"), DE(""))>
    </cfif>
    <!---
    <CFHEADER NAME="Expires" VALUE="01 Jan 2000 00:00:01
    GMT">
    <CFHEADER NAME="Pragma" VALUE="no-cache">
    <CFHEADER NAME="cache-control" VALUE="no-cache, no-store,
    must-revalidate">

  • Log out issues

    I'm having problems logging out of any account that isn't the admin.
    All Apps and the finder quit but the desktop remains. the power button dialog window appears but sleep, restart, shut down & log out commands are ignored.
    Help?

    The issues seems to be connected to 'fast user switching' since everything works perfect when it's off.

  • Auto log out issue

    Since upgrading to Maverick, my iMac has started to log out after about 15-20 minutes of inactivity. The energy settings are 1hr computer sleep and 10min display sleep.  And I have tried both unchecking the auto log out in “Advanced” Security & Privacy, and checking the box and setting it to 360min. Also tried deleting a couple of the Library/Preferences files that have been suggested before.
    The computer first goes to screen saver at 10min, it can be awakened to the desktop, but if you leave it inactive for 15-20 min it will first go to the screen saver, then log out after another 5-10 min to the login screen. The apps that were open will re-open when you log back in.
    iMac 2.66 Core 2 Duo(early 2008), 4 GB SDRAM(early 2008), OS X 10.9.1

    I would like to add to this issue, just noticed that even though the screen saver is now set to 15 min, the display goes to screen saver at ~5 min. The clock in the upper right corner shows the correct time.

  • ADF Security Log Out issue

    Hi,
    We have implemented ADF security and using form based authentication. The problem we are facing is during logout, in IE we see a NullPointerException, before the login page is displayed. Please note that this functionality works fine in Firefox and Chrome. Also this happens only in standalone weblogic server. It works perfectly fine in a cluster. The logout link is command link which goes to logout.jspx. The implementation in logout.jspx is as follows
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <jsp:forward page="/adfAuthentication">
    <jsp:param name="logout" value="true"/>
    <jsp:param name="end_url" value="#{initParam.loginURL}"/>
    </jsp:forward>
    </jsp:root>
    the loginURL is configured in web.xml as */faces/login.jspx.*
    The exception stack trace is .
    <Dec 10, 2012 7:44:44 AM UTC> <Notice> <WebLogicServer> <BEA-000360> <Server
    started in RUNNING mode>
    <Dec 10, 2012 7:45:51 AM UTC> <Warning> <oracle.adf.share.ADFContext>
    <BEA-000000> <Automatically initializing a DefaultContext for getCurrent.
    Caller should ensure that a DefaultContext is proper for this use.
    Memory leaks and/or unexpected behaviour may occur if the automatic
    initialization is performed improperly.
    This message may be avoided by performing initADFContext before using
    getCurrent().
    For more information please enable logging for oracle.adf.share.ADFContext at
    FINEST level.>
    <Dec 10, 2012 7:45:51 AM UTC> <Error>
    <oracle.adf.controller.internal.binding.TaskFlowRegionModel> <BEA-000000>
    <1i9kmqwku_121>
    <Dec 10, 2012 7:45:51 AM UTC> <Warning>
    <oracle.adf.view.rich.component.fragment.UIXRegion> <ADF_FACES-00009> <Error
    processing viewId: /InventoryUIShell URI:
    /oracle/communications/inventory/ui/framework/templates/InventoryUIShell.jspx
    actual-URI: /oracle/communications/platform/cui/fragments/mainArea.jsff.
    oracle.adf.controller.internal.InvalidViewPortIdException: ADFC-14000: View
    port ID '1i9kmqwku_33' is invalid.
    at
    oracle.adfinternal.controller.state.ControllerState.setCurrentViewPort(Control
    lerState.java:1319)
    at
    oracle.adfinternal.controller.ControllerContextImpl.setCurrentViewPort(Control
    lerContextImpl.java:135)
    at
    oracle.adfinternal.controller.ControllerContextImpl.setCurrentViewPort(Control
    lerContextImpl.java:52)
    at
    oracle.adf.controller.internal.binding.TaskFlowRegionModel.doProcessEndRegion(
    TaskFlowRegionModel.java:320)
    at
    oracle.adf.controller.internal.binding.TaskFlowRegionModel.processEndRegion(Ta
    skFlowRegionModel.java:237)
    at
    oracle.adf.view.rich.component.fragment.UIXRegion$RegionContextChange.undoChan
    geImpl(UIXRegion.java:1209)
    at
    oracle.adf.view.rich.context.DoableContextChange.suspend(DoableContextChange.j
    ava:49)
    at
    oracle.adf.view.rich.context.DoableContextChange.undoChange(DoableContextChang
    e.java:103)
    at
    oracle.adf.view.rich.component.fragment.UIXRegion._endInterruptibleRegion(UIXR
    egion.java:726)
    at
    oracle.adf.view.rich.component.fragment.UIXRegion.decodeChildrenImpl(UIXRegion
    .java:576)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXCompo
    nentBase.java:972)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXCompo
    nentBase.java:797)
    at
    org.apache.myfaces.trinidad.component.UIXSwitcher.processDecodes(UIXSwitcher.j
    ava:88)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXC
    omponentBase.java:986)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXCompo
    nentBase.java:972)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXCompo
    nentBase.java:797)
    at
    org.apache.myfaces.trinidad.component.UIXSwitcher.processDecodes(UIXSwitcher.j
    ava:88)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXC
    omponentBase.java:986)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXCompo
    nentBase.java:972)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXCompo
    nentBase.java:797)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXC
    omponentBase.java:986)
    at
    oracle.adf.view.rich.component.fragment.UIXRegion.decodeChildrenImpl(UIXRegion
    .java:565)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXCompo
    nentBase.java:972)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXCompo
    nentBase.java:797)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXC
    omponentBase.java:986)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXCompo
    nentBase.java:972)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXCompo
    nentBase.java:797)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXC
    omponentBase.java:986)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXCompo
    nentBase.java:972)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXCompo
    nentBase.java:797)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXC
    omponentBase.java:986)
    at
    org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXCompo
    nentBase.java:972)
    Any pointers to resolve this would be helpful.
    Thanks,

    Hi,
    Check these
    http://tompeez.wordpress.com/2010/07/26/logout-with-confirmation-dialog/
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/jan2011-otn-harvest-300940.pdf

  • FaceBook APP.... logging out problems... kicks me out

    I have tried everything ..I think. Is anyone out there have Facebook log out issues when you are trying to look at notifications or upload a picture or just about anything else? I've synched this thing and restarted and deleted and reloaded but still having issues after all that. I have the Iphone 3GS...any HELP is appreciated

    Oh, well, I didn't know that. I figures since I can log in everywhere else with no issue except my phone, that it was a phone issue. My bad!
    So, where can I ask to get an answer to my question?

  • Slow to log out

    When I installed Leopard on my iMac last weekend, I took the plunge and set up log ins for myself, my wife and three kids. Now, it takes 3-4 minutes for the machine to log out from one person's account. Is anyone having this problem? Any fixes?

    I've encountered the same problem. At one point it was taking 2 or 3 minutes to log out of os 10.5. I found out other users on the computer (my girls and wife) were accessing boot camp by power off shut downs of the o/s (either 10.5 or XP) and that the XP partition got to the point it was almost non-functional - taking almost 5 minutes to start. I rarely go to XP and only went there because one of the girls reported that "its real slow booting into Windows". Once I repaired the XP partition logging off in os 10.5 was much faster but perhaps still not quite as fast as I remember when I first loaded it just after 10.5.1 came out.

  • My game center password was stolen. I figured this out because some of my games changed. I immediately changed the password but it seems my account is still on another person's device. how can i get them to log out?

    It seems that someone had access to my apple ID and password. This person logged in to my game center and changed the content of many games. As soon as i discovered, I changed my password so they won't be able to access my account again. Unfortunately it did not work because the other person still had access to my game center account and it seems to me that they need to log out in order for them not to be able to login again with the new password. but how can i get them out? or at least how can i be the only user of my apple ID using game center on my i-pad?
    Thank you for your time

    i am also have the same thing how can i get they out from my game center ?

  • I have 2 iphones, one for personal and one for business.  I need my phones not to sync otherwise they will both ring all the time.  How can I log out of my icloud and unsync my phones?

    I have 2 iphones, one for personal and one for business.  I need my phones not to sync otherwise they will both ring all the time.  How can I log out of my icloud and unsync my phones?

    Syncing your phones to the same iCloud account won't cause them to both ring all the time, it only puts the same contacts, calendars, and other synced data on the phone.  The phones will only ring with someone calls the number associated with the phone.
    If you want to stop using iCloud on one or both of the phones, go to Settings>iCloud, tap Delete Account, then choose Keep On My iPhone when prompted.  This will disconnect them from iCloud and keep a copy of the synced data on the phone.

  • I keep getting an error when trying to update an app- cannot connect to store. I logged out from my account and tried to log back in and got the same error. I am doing all this from my phone since I no longer own a personal computer (only work)

    I keep getting an error when trying to update an app- cannot connect to store. I logged out from my account and tried to log back in and got the same error. I am doing all this from my phone since I no longer own a personal computer (only work) since I use iCloud and I tunes match

    YAY!!! Saved it in my Mac's Firefox Bookmarks for easy future access!
    Hope you are having a lovely afternoon today! I'm about ready to go bobo....I have an early meeting, and I don't want to oversleep! The nice part is that I work remotely, so I only have to wake up 15 minutes or so before the meeting.... I don't even use an alarm clock anymore (really, my iPhone alarm, which is much more pleasant), unless I have to get up at 6:30 or something....
    TMI?
    GB

  • New to the Apple and I want to set up a user account that will not delete the guest users files and allow and preserve their personal settings after log out. Is this possible?

    New to the Apple and I want to set up a user account that will not delete the guest users files and allow and preserve their personal settings after log out. Is this possible?

    The built-in guest user account will not do this. Simply create a new standard account and call it "Guest" or "Guest Users" or whatever you like.
    Go to System Preferences > Users& Groups, click "+" to make a new account.

  • Issues with Agents being logged out.

    All the agents on aperticular PIM were logged out and could logback in after approx 7 minutes.Wheni check teh CTIOS logs now its full of the below error message
    12.333  ClientMgr[1]::DistributeEvent(eOnNewSkillGroupStatisticsEvent), FAILED to find
       Client[0006].
    Can you please let me know if this is service affecting or its something critical ?

    -We are seeing issues with agents trying to log in and getting timeout errors, taking 3-5 times to actually login/JTAPI errors. Supervisor application is having the same issues. We have full IP Visibility from all subnets. The CUCM/CCX servers were put in last August, and we had zero issue up until the past few weeks. Ive validated the agent settings, JTAPI users etc and Ive rebooted the UCCX server as well

  • Need to switch user profiles without having to log out and log back in. i.e.: personal / work computer profiles

    I'd like to not have to log out of personal profile and have to log into work profile and vice versa. Looking for way to just switch between the two on my Mac. Any help is appreciated!

    You need to enable Fast User Switching. Follow the instructions on this page, they are for Mavericks but the instructions are the same,
    OS X Mavericks: Switch quickly between users
    Once enabled you will have a Fast User Switching menu on the right side of the menu bar that will allow you to select which account you want to log in to without having to log out of the account you are currently logged in to.

  • How do I log out imessage if I didn't use my personal mac, how do I log out imessage if I didn't use my personal mac

    how do I log out imessage and facetime if I did not use my own personal MacBook.

    you could try to login to icloud.com and in settings Advanced Data & Security log out of all browsers. Or you could just 'phone' your 'friend' and tell them to log out?

Maybe you are looking for

  • Vendor Classification Issue very urgent

    Hi Guys     I have to show the report with Geo Characteristics in my Vendor Master . When I see the attributes I can see 0POSTCD_GIS . Which is Geo relavant. I have also 0LONGITUDE and  0LATITUDE etc....Now when Load Master Data for vendor I found no

  • How do I change the size of my brush in Flash CC?

    I'm pretty new to flash and I can't seem to change the size of my brush. The slider is a faded gray and unmovable. Some help would be much appreciated.

  • The Web Management Service service terminated with service-specific error %%-2147483640,

    We've been able to successfully, automatically, deploy our MVC and WebApi to IIS7.5 on Win2008 R2, for some time now.  Just this week the MSDeploy stopped working.  The System event log shows this error when attempting to restart the Web Management S

  • 1sync with W810i

    the first time i got the phone i was able to sync with my macboook but i have just tried again and i get a message saying "Plug-in for this phone model is missing" Can anyone help and tell me where has it gone and how do i get it back? The Orange and

  • How to uninstall Wisepilot from SE PC Companion (main menu)?

    Hi, Does someone know how to uninstall the wisepilot app from SE PC Companion (main menu)? Thanks Carlobs