How to force the end of an user session when the browser is closed?

Hi,
When the user close the browser, the portal session remains. If the user open a new browser window, we ill be back to the portal without the need of a new Login. Is there any way to force a new login in this situation. A similar problem happens also when there is a reboot in the application server. After the reboot, all users can connect to the App Server without the necessity to login.
Is ther any way to avoid this kind of behavior?
Thanks.

Ok... Its as i thought... unfortunatly...
Gonna mark your latest post again as possible solution, just in case someone comes with any sort of out of the box thing...
Thx for your help Kglad

Similar Messages

  • How to force the browser to uninstall the older version of plugin?

    Hi
    The application I am working installs the plugin from its server rather than installing from sun's site when the user opens the page first time. But I want to have all the users use the same version of plugin(because the application loads some libraries as plugin extension).
    If any of the user has older version of plugin installed already I want the browser to uninstall the older version and install the newer version from the web server automatically.
    Have any one come across this situation?
    Thanks.

    Isn't that a potentially dangerous thing to allow an applet to do? If you are developing for a company intranet, have your admin do it on all company computers. But if this is a commercial application, I am sure most users won't want an applet uninstalling programs from their computer.
    Bart

  • How can i invalidate Session when a browser crashes?

    Hi
    How can i invalidate session when a browser window closed or crashed unexpectedly.
    If user closed the browser window using File->Close, then i'm calling javascript function .... and it is working fine. But when browser window is hanged and closed using ENDTASK, how can i kill that session.
    Please help
    Thanks
    -Vidyadhar

    Well you can't. Execution halts, so anything you would want to do is made impossible: that's why crashes are the #1 enemy of any software developer (that and impossible deadlines). The webserver will remove the session manually when it times out though.

  • How to force the "Bluetooth Communicat​ions Port" to be one of COM1 to COM8 ports?

    Dear Lenovo Community, Happy Holidays to you all and wish you a great happy new year. Recently purchased a Bluetooth OBDII device and have difficulty making it to work with its provided software on my T61 (running original XP Home). My short story and question/problem is that I can open "My Bluetooth Places" and pair with the OBDII device as an "OBDII SPP Dev", but my T61 assigns serial port COM19 to it. The OBDII software which came with the device only can let user set to one of the COM1 to COM8 ports and in the properties of Bluetooth pairing, there is no way that I can select which COM port to use. I looked at the Device Manager and I do see these COM port assignments: COM4,5,6,7: Sierra Wireless (the HSDA modem in the laptop which I have never used BTW) COM 9,10,11,12,13,14,15,16,17: Bluetooth Serial Port COM 18, 19: Bluetooth Communications Port and I don't see anything for COM1,2,3, and 8 My question is how to force the computer/OS to assign one of the COM1 to COM8 ports to my device upon pairing? Can I disable the Sierra Wireless model from the COM ports list and hope this will happen? Thanks for your help and inputs beforehand. Regards, AL

    Hi, AL_K
    Have you attempted to change the port number in device manager itself? If you navigate to Device Manager and open the list of Ports, you can right-click on the device you wish to assign a different port number. After right-clicking, click Properties. There should be a tab called Port Settings. In here, you should find a setting to manually assign a port number.
    Good luck, and let me know how it goes,
    Adam
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution!" This will help the rest of the community with similar issues identify the verified solution and benefit from it.

  • How to force the Netscape Browser to open the "Open or Save" dialog box?

    Hi, I tried to force the browser to open the "Open or Save" dailog box for downloading a file.
    response.setContentType(context.getMimeType(file.getName()));
    response.setHeader("Content-Disposition", "attachment; filename=\"" + file.getName() + "\"");
    This works fine with IE for all file types( Even though he prompts twice to Open the file directly). but Netscape opens the file directly in the browser with showing any dialog box for text and html files. Anyone knows how to force the netscape in this case or for any file type? Any help will be appreciated.
    Thanks

    any one has the solution for this issue ? I tried the search and I didnt find any answer.
    when your trying to open a pdf file as attachment is seperate window, it works well in IE but in netscape it opens up in the same browser, it doesnt open a seperate window
    res.setContentType( "application/pdf" );
    res.setHeader("Content-Disposition","attachment; filename=\"" + cofcFileName+"\"");

  • How to Force the Good Plan present in dba_hist_sql_plan for an SQL_ID

    Hi Folks
    Here i have a question on how to fix the query execution plan for which we are facing the problem. The current execution plan of the SQL ID is bad , but the execution plan in dba_hist_sql_plan or v$sql_plan is showing good one's.
    So how to force the plan_hash_value present in dba_hist_sql_plan or v$sql_plan to the current sql. Where in we cannot try using any kind of hints in the SQL so my question here , is there any way to update manually to update the plan_hash_value for the SQL_ID so that it can use the execution plan which we want to force.
    Regards,
    Phani.

    But my question is i have the good plan for the SQL_ID which is now running with the bad plan ( I am able to see the good plan in dba_hist_sql_plan view ) , my challenge here is how to force >the SQL_ID to take good plan PLAN_SQL_HASH_VALUE. Once the query is parsed and in memory I'm not aware of any way of changing the plan :(
    A day later a similar situation came up with one of our clients. I'm still not aware of any way to manually change the execution plan of an already parsed SQL but suspect histograms and/or bind peeking may be a way to explain this phenemenon
    Edited by: riedelme on Jun 18, 2010 6:13 AM

  • How to logout an user when the browser is closed?

    Hi,
    does someone knows how to logout an user when the browser is closed?
    Thanks.

    Hi,
    There is an api wwctx_sso.cleanup_sessions which removes old sessions. This takes a parameter "p_hours_old" which indicates the age of the sessions which need to be removed. There is a job which runs which in turn calls this api to clean up sessions which are 7 days old or 168 hours old. You can see this from the dba_jobs table. You can try running this api.
    Thanks,
    Sharmila

  • How to force the Netscape browser to use Java Plug-in 1.3.0_02?

    For Analyzer 6.2.1, how to force the Netscape browser to use Java Plug-in 1.3.0_02?

    Change the classid in the object tag here is some info.This applies to JRE's 1.3.1 and greater.How do I know what Class ID to use for a specific JRE?CAFEEFAC-0013-0001-0004-ABCDEFFEDCBACAFEEFAC = This tells the browser to force a specific JRE0013-0001-0004 = JRE version number 1.3.1_04 (1.3.1_08 would be 0013-0001-0008)ABCDEFFEDCBA = Just needs to be there.1.3.0_02 = E19F9331-3110-11d4-991C-005004D3B3DB, it seems like they did not implement the standard until v.1.3.1Any good JRE Version = 8AD9C840-044E-11D1-B3E9-00805F499D93, this class id will just look for any good JRE.http://java.sun.com/j2se/1.4.1/docs/guide/plugin/developer_guide/version.html

  • Forcing the browser to display current images

    Hi all
              I have a content manager tool where images are uploaded to a server.On the
              same screen the current version of the image is displayed
              When a new version of the image is uploaded and the page is requested again
              without closing the browser window), the old image displays unless the user
              clicks the refresh button or hits the F5 key.
              Is there a meta tag that will specifically expire images in the browser
              cache and force the browser to get the new version?
              I have tried various meta tags eg
              <meta http-equiv="Expires" content="0" />
              <META HTTP-EQUIV="REFRESH" CONTENT="-1">
              <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
              If the user closes the browser, opens it again and request the url then the
              new version of the image displays. It as though the cache doesnt flush or
              something until the browser is closed.
              The only other way I can think of is to add a ?param=some_random_number
              query string to each image in my html - not sure if that would work or not.
              Any help appreciated
              Thanks
              Matt
              

    Hi
              I ended up adding a randomly generated query string to all of my images that
              need to be reretrieved and it worked
              eg the url for my image would be images/myimage.gif?cacheparam=12345
              I did this instead of a custom filter/servlet because only about 3% of my
              images have these strict "ignore the cache" requirements and I couldnt think
              of a url pattern that would properly isolate them without also disabling
              caching for all of my other images.
              Thanks for your replies - i never thought of being able to set response
              headers individually for images.
              "Wenjin Zhang" <[email protected]> wrote in message
              news:[email protected]...
              >
              > I believe you can do that by adding HTTP headers in response object in
              your filter.
              >
              > "Matt Krevs" <[email protected]> wrote:
              > >Thanks
              > >
              > >Could I do this with a filter instead of a servlet?
              > >
              > >what headers would i set for each image?
              > >
              > >"Wenjin Zhang" <[email protected]> wrote in message
              > >news:[email protected]...
              > >>
              > >> If you have a customized servlet to serve your images, you can add
              > >cache
              > >control
              > >> in HTTP header (not meta in HTML).
              > >>
              > >>
              > >> "Matt Krevs" <[email protected]> wrote:
              > >> >Hi all
              > >> >
              > >> >I have a content manager tool where images are uploaded to a server.On
              > >> >the
              > >> >same screen the current version of the image is displayed
              > >> >
              > >> >When a new version of the image is uploaded and the page is requested
              > >> >again
              > >> >without closing the browser window), the old image displays unless
              > >the
              > >> >user
              > >> >clicks the refresh button or hits the F5 key.
              > >> >
              > >> >Is there a meta tag that will specifically expire images in the
              browser
              > >> >cache and force the browser to get the new version?
              > >> >
              > >> >I have tried various meta tags eg
              > >> >
              > >> ><meta http-equiv="Expires" content="0" />
              > >> ><META HTTP-EQUIV="REFRESH" CONTENT="-1">
              > >> ><META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
              > >> >
              > >> >If the user closes the browser, opens it again and request the url
              > >then
              > >> >the
              > >> >new version of the image displays. It as though the cache doesnt flush
              > >> >or
              > >> >something until the browser is closed.
              > >> >
              > >> >The only other way I can think of is to add a
              ?param=some_random_number
              > >> >query string to each image in my html - not sure if that would work
              > >or
              > >> >not.
              > >> >
              > >> >Any help appreciated
              > >> >
              > >> >Thanks
              > >> >Matt
              > >> >
              > >> >
              > >> >
              > >>
              > >
              > >
              >
              

  • How to invalidate the browser cache?

    Hello,
    at the [AFP Wiki Site|http://wiki.sdn.sap.com/wiki/display/AFP/SAPPortal-AjaxFramework+Page] I found the document "Ajax Framework Page (AFB) - Features and Benefits", where it says
    ! There's no need to manually clear the browser cache when it is automatically
    invalidated
    Browser cache is automatically invalidated when
    The SAP NetWeaver Portal is updated with a new Support Package (SP)
    Content has changed
    User's roles are modified (adding/removing all or parts of roles)
    Does anbody know how to force this invalidation on client or server side? I mean, how does the client side cache know that the roles of a user changed?

    Hi Björn,
    you might know this but just to be sure.
    Backend side: HTTP > invalidate via visual admin, Navigation cache to be invalidated via system administration role, PCD cache  to be invalidated via system administration role
    Client side: to force the browser to pull the new content with IE > CtrlF5, FF > CtrlShift+R. The new HTTP content is pulled even if the server HTTP cache stores old content. In case of F5 the old content from the server HTPS cache will be pulled.
    See you next week!
    Best regards,
    Alex

  • How to open the browser in a Tab

    How to open the browser in a new Tab when click on the URL.
    My problem is i have one DataGrid that contains
    "Name,Designation,Company URL".
    After running the program Name,Designation,URL are displayed
    in the DataGrid .
    I have Four URL's in Datagrid ,the four URL's are opening in
    the different tabs when the user click on the URL.
    How can i do these three things in Flex.
    Thanks & Regards,
    Srinivas.

    Hi,
    Please check the sample in the URL below.
    http://raghuonflex.wordpress.com/2006/12/07/flex-i-frame/
    Hope this helps.

  • How to stop the Browser from caching my web pages

    Hi There
    Can anyone tell how to stop the browser from caching my jsp pages
    I am using
    <%response.setHeader("Cache-Control","no-cache");
    response.setHeader("Pragma","no-cache");
    response.setDateHeader ("Expires", 0);
    %>
    but this does not work anduser is able to go back to the previous page
    which i dont want and i want the browser to display the message the page has expired
    Help appreciated
    Thanks
    Mumtaz

    response.setHeader("Cache-Control", "no-cache");
    response.setHeader("Pragma", "no-cache");
    response.setDateHeader("max-age", 0);
    response.setDateHeader("Expires", 0);
    I have cut paste the code from my jsp which is working. There is one additional line. I do not know if that is the cause but there is no harm in trying that out.
    Srinivasan Ranganathan

  • Destroy the session automatically when the browser is closed by user

    Is it possible to automatically destroy a session when the browser is closed by the user with the X?
    Basically, what we want to do is to create the same effect when the user is closing the browser (with the X button) as when the ordinary log out button is used. That is to have the session destroyed.
    Any ideas?
    /Carl-Johan

    Hope this helps...
    Refer note : 904155
    from SAP Note 904155----
    Symptom
    A BSP application is not terminated correctly when the user closes the browser window or navigates to other URL.
    The popup window, which appears on browse closure, contains the
    text representing <img> HTML element content in the escaped
    form, like that:
    <IMG WIDTH=quot; HEIGHT=quot; SRC="...
    After the popup disappears, the session remains opened.
    Since the session is not removed, that may result in database locks that still remain and can be found in transaction SM12.
    Other terms
    Business Server Pages, WebAS, sessionexit, session termination, SM12, SM04, SYSTEM, session_single_frame.htm
    Reason and Prerequisites
    Reason:
    The problem is caused by the minor code inconsistency in BSP application SYSTEM -> page SESSIONEXIT.HTM.
    Prerequisites:
    1. The application is using the SYSTEM application page SESSIONEXIT.HTM for logoff. When it runs, suddenly HTML source code appears on the logoff screen.
    2. SAP_BASIS 620 SP57 or SAP_BASIS 640 SP15 or SAP_BASIS 700 SP06 are installed.
    Solution
    Please install SAP_BASIS 620 SP58 or SAP_BASIS 640 SP16 or SAP_BASIS 700 SP07
    or
    apply the code correction as described below:
    1. Go to BSP Application SYSTEM.
    2. Select page SESSIONEXIT.HTM and turn on Change mode.
    3. Change the line:
    <%=application->session_exit( exit_url = app-exit_url namespace = app-appl_ns name = app-appl_name page = app-page_name )%>
    to:
    <%raw=application->session_exit( exit_url = app-exit_url namespace = app-appl_ns name = app-appl_name page = app-page_name )%>
    Arun
    P.S Assigning points is a way of saying thank you on SDN
    Message was edited by: Arun Varadarajan

  • When I run a web browser immediately loaded two blank tabs. How to make the browser load the only one?

    when I run a web browser immediately loaded two blank tabs. How to make the browser load the only one?

    Did you check the home page setting to make sure that if doesn't have pipe (|) symbols?
    See these articles for some suggestions:
    *https://support.mozilla.org/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    *https://support.mozilla.org/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    *http://kb.mozillazine.org/Preferences_not_saved

  • How to change the browser used for Google search from context menu of selected text?

    How to change the browser used for Google search from context menu of selected text?
    It uses Safari. But I want to use Chrome (it's my default browser).

    How to change the browser used for Google search from context menu of selected text?
    It uses Safari. But I want to use Chrome (it's my default browser).

Maybe you are looking for