[BOXI 3.0] missing preferences - close browser - log me off infoview

when we were testing BOXI R2 we wererunning on IIS now with BOXI 3.0 we are using TOMCAT
on R2 under Preferences in InfoView there was an option"When I close my browser window" and I could tick "always log me off InfoView"  I think there were other option such as "prompt me" etc
but now that we have moved to 3.0 (because R2 was so full of bugs it did not work for us) this setting is not in preferences. Has the setting been removed or was it specific to IIS?

Hello Andrew,
There isn't a consistent way to detect when a web browser window has been closed. 
There's workarounds for that, but none work consistently across all environments and all web browser types, and most cause more problems that they solve.
XI Release 2 used a relatively 'safe' method - use JavaScript to detect when a mouse pointer was moved to an impossible location - but this only worked with Internet Explorer 6 (not 7 or Firefox).  XI 3.0 users would mostly not be using that version, thereby limiting the effectiveness of such a method if left in.
The limitation is entirely client-side (i.e., web browser), and not web app server side.
Sincerely,
Ted Ueda

Similar Messages

  • Safari Private Browsing Logs Me Off Sites

    If I am logged into sites like gmail, facebook, bankofamerica, etc, and then turn on private browsing in Safari, I am logged off those sites and cannot log back in until I turn off private browsing. Is this supposed to happen? I would think that one of the main reasons to use private browsing is to cover your tracks when using these types of sites especially. Thanks,

    With iOS 7 on the iPad, you turn Private  Browsing on and off by tapping the URL field.  The screen that  opens up has your bookmarks on it.  In the bottom left corner is a hot button marked 'PRIVATE'.  Tap on the word 'PRIVATE' to turn private browsing on or off.  Yeah, there aren't any instructions anywhere that I can find to do this, and if you follow Yahoo's instructions, they don't work.  This doesn't happen with the previous Apple OS, and you can restore your iPad to the older OS. 

  • How to close browser window after user log out

    Hi,
    Does anyone know how I can close browser window after user logs out. The scenario is when user clicks a log out button I will invalidate user session and close the browser right away in the backing bean.
    Your help would be appreciated.

    Try run this and you'll see that it runs fine with no exceptions:
    <%
         String someText = "bla bla bla";
         response.setContentType("text/plain");
         response.setHeader("Content-Disposition", "attachment;filename=message.txt");
         try {
              ServletOutputStream os = response.getOutputStream();
              os.write(someText.getBytes());
              os.flush();
              os.close();
         } catch (Exception e) {
              out.println("ERROR: " + e);
    %>It looks like that after I've closed the outputStream I can't do any more processing in the JSP. Even if I remove the setContentType and setHeader methods it still behaves this way.
    I'm starting to think that there's no way around this...??

  • Missing preferences, tool bars, menu items after receiving CS3 file while I have CS2

    I have Indesign CS2. I rec'd a CS3 file not knowing it was CS3. A message appeared as follows:
    Cannot Open. Please upgrade your plugins to the latest versions, or upgrade to the latest edition of Indesign.
    I went into HELP, Configure plugins. Chose "all" and "required" plugins. I then clicked ok and it said "All plugins available when you restart application" and it still wouldn't open. Then I was sent an exchange version of the same file and it still wouldn't open. I received this message:
    Cannot open. InDesign may not support the file format, a plug-in that supports the file format may be missing or the file may be open in another application.
    After this I wasn't able to get my CS2 screen back the way it was before. There's no introduction when I open the program, my tool bars aren't present, and the menu items aren't as extensive as they were before.
    It was then suggested I reinstall Cs2. I logged in under the administrator. CS2 was different than the way I had it before but the tool bars were present. I then logged in under my name and there are still problems;no tool bars, missing menu items, no intro, etc.
    I then tried rebuilding my preferences using these instructions;
    The fastest way to do this for InDesign CS2 (and any CS2 program) is to quit the program, then hold down Command-Option-Shift-Control immediately after starting it up again, and keep those keys held down. (On Windows, hold down Control-Alt-Shift.)
    If you mashed on those keys quickly enough, youll get an alert when the splash screen appears offering to Delete InDesign Preferences File?. Click Yes, but dont release the modifier keys while you do so, because youre going to get a second alert to which you should also click Yes.
    Now you can release the keys and InDesign will complete the boot-up process with fresh, clean Preferences.
    Nothing happened so my program is still missing preferences, menu items and toolbars. Any help would be greatly appreciated.
    Thanks
    Operating System Windows XP Professional
    Dell Precision 360

    First, you need to realize that resetting preferences will put them back to ground zero, not the way they were the last time you were happy.
    You can try the key combination again and see if you are any faster (we're talking near instantaneous) or you can open your user profile, show hidden files and folders and navigate to C:\Documents and Settings\Administrator\Application Data\Adobe\InDesign\Version 4.0 and rename the two files InDesign Defaults and InDesign SavedData.
    In your case, a better first option, I think, would be to try System Restore which you'll find in System Tools under the Programs > Accessories heading on the start menu. Go back to the first restore point before you tried to open the file, if you can.
    In any case, for you to open a CS3 .inx file you will need to be fully patched the the last CS2 update, and you should expect to see some text reflow issues, as well as missing any CS3 features that the author used which aren't supported in CS2.
    Peter

  • ITunes 8: The Missing Preferences

    Whether Apple puts them back in a patch (/cheer), leaves them obfuscated (/scowl), or eventually removes them from the app altogether (/cry), here's a compilation of the missing preferences that can be added back to the plist via the terminal:
    *Play songs while importing or converting*
    +defaults write com.apple.iTunes play-songs-while-importing -bool TRUE+
    *Show genre when browsing*
    +defaults write com.apple.iTunes show-genre-when-browsing -bool FALSE+
    *Show links to the iTunes Store*
    +defaults write com.apple.iTunes show-store-arrow-links -bool FALSE+
    *Create filenames with track number*
    +defaults write com.apple.iTunes create-filenames-with-tracknumber -bool FALSE+

    rockstar2484 wrote:
    Is Terminal user-friendly for someone who knows nothing about it?
    No, which is why Apple buries it in your Utilities folder where it is out of sight, out of mind for those that have no need for it (read: most Mac users). Terminal is actually an application that simulates a dumb terminal to give you access to the FreeBSD UNIX core of OS X. Like any UNIX variant, OS X’s UNIX core is controlled through a command line interface (CLI), where you type in commands to perform operations, navigate and manage your drives, execute software, etc. (I prefer X11 over Terminal because it allows me to do graphics; Terminal is strictly a text-based application.)
    Where performing the iTunes preference hacks are concerned, Terminal is easy enough for anyone to use. The people that post the hacks usually provide you with the exact command that you need to enter as well as any explicit instructions you may need if it is not a matter of just entering a single command.
    The iTunes preference hacks all utilize the ‘defaults’ command, so all you have to do is quit iTunes, launch Terminal, type in the commands for the hidden preferences you wish to set exactly as they are shown (UNIX is case-sensitive, thus defaults *is not* the same as Defaults), then re-launch iTunes where you should see that the preference(s) have taken.

  • Have iMac with IMAP email, 3rd party.  Use a rule to sort emails into various boxes. One box does not appear on Mail in new iPhone 5C. Emails sorted into that box are also missing.

    Have iMac with IMAP email, 3rd party.  Use a rule to sort emails into various boxes. One box does not appear on Mail in new iPhone 5C. Emails sorted into that box are also missing. Any suggestions?

    In which this just gets weirder and weirder...
    I logged onto iCloud.com, signed into my account and created a rule there that emails from my husband's address should be allowed into the inbox. I sent another test msg from him to me and got the New Mail notification sound, the new mail showed up but in a flash disappeared. This happened in the space of about 3 seconds.
    Messages from his email address are not even showing up in the Trash folder. WTH?

  • Hi, i'm new using numbers, and when I try to open a excel file don't let me do it, instead appears a box whit a error and close app,  any help?

    Hi, i'm new using numbers, and when I try to open a excel file don't let me do it, instead appears a box whit a error and close app,  any help?

    What does the error say?
    A couple of thoughts: the file is corrupted or is password-protected. Corruption is more likely to cause Numbers to crash & Numbers cannot open password-protected Excel files. Try using one of the free Office clones & see what happens.

  • I'm running10.8.5. I have tried to install a programme but can't because it is from an unidentified developer. the box says-Your security preferences allow installation of only apps from the Mac App Store and identified developers.how do i install the pro

    i'm running10.8.5. I have tried to install a programme but can't because it is from an unidentified developer. the box says-Your security preferences allow installation of only apps from the Mac App Store and identified developers.how do i install the programme

    macjack gave you the easiest solution. Need to have admin privilieges to change this option.

  • Getting hang/crash problem when I try to close browser window from applet

    I have a small Apllet that has a button that calls a Javascript function in the opening window, to close the window in which it is loaded.
    The Applet window is a PopUp window from one of my application's window. First time I start my application and load that Applet the button works fine. It calls the Javascript method and the Method closes the window using the self.close() method.
    But now if I open the applet window again and click on the button to close the windows, it hangs. I put in trace statements and saw that it hangs on JSObject.getWindow() window.
    I am using JDK Plugin 1.4.2_07 and 5.0 , if I work out on IE browser, it works fine.But when I use firefox or mozilla it gives problem of hanging/crashing.
    Note that in case of 1.4.2_07 this problem experienced some times but in case of 5.0 it gives always for other than IE browser.
    Please, if somebody could give me some clue about why this would happen, I will really appreciate that. and code related to this is given below
    import javax.swing.JApplet;
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    import netscape.javascript.JSObject;
    public class TestApplet extends JApplet implements ActionListener{
    protected JButton closeButton = null;
    protected JSObject win = null;
    private JFrame frame = null;
    private boolean alreadyClosed = false;
    public void init(){
    this.win = JSObject.getWindow(this);
    this.closeButton = new JButton("Close Browser Window");
    this.add(this.closeButton);
    this.closeButton.addActionListener(this);
    frame = new JFrame("Test Frame");
    frame.setSize(300, 400);
    frame.addWindowListener(new WindowAdapter() {
    public void windowClosing(WindowEvent e) {
    System.out.println("windowClosing");
    alreadyClosed = true;
    TestApplet.this.stop();
    frame.show();
    public void actionPerformed(ActionEvent ae){
    stop();
    public void stop() {
    if (!alreadyClosed) {
    alreadyClosed = true;
    frame.dispose();
    closeLaunchedBrowser();
    System.gc();
    System.runFinalization();
    private void closeLaunchedBrowser() {
    final TestApplet thisObject = this;
    Runnable r = new Runnable() {
    public void run() {
    try {
    JSObject win = (JSObject)JSObject.getWindow(thisObject);
    if (win != null && win.toString() != null) {
    //win.eval("top.opener=self;self.close();");
    //win.call("close", null);
    win.eval("self.close();");
    } catch (Exception e) {
    Thread t = new Thread(r);
    t.start();
    Thanks.

    I am waiting for any reply. I have tried for all these below options still I am getting Problem. I heard this is because of javascript, it wont call methods more times .Thats
    why I need other than JSObject or java script solution.If some one know anything about this or any modifications I have to made for the below options to avoid that problem please let me know.
    // URL durl = new URL(thisObject.getCodeBase(), "test/CloseMe.htm");
    // System.out.println("URL :" + durl.toString());      
    // thisObject.getAppletContext().showDocument(durl);
    //     thisObject.getAppletContext().showDocument(new URL("javascript:window.close();"), "_self");
    //win.eval("top.opener=self;top.close();");
    //win.call("close", null);
    //Object[] args = { "close", new Integer(50) };
    // win.call("setTimeout", args);
    //win.eval("setTimeout("close", new Integer(50));");
    If it is the problem of JRE I just need it should work on 1.4.2_01 or higher.
    thanks.

  • I am trying to stream via ESPNWatch but I get a message saying I have a popup blocker that does not allow the streaming to happen. I unchecked the pop up blocker box in the Safari preferences to no avail. Any ideas?

    I am trying to stream via ESPNWatch but I get a message saying I have a popup blocker that does not allow the streaming to happen. I unchecked the pop up blocker box in the Safari preferences to no avail. Any ideas?

    Might be a Safari extension...
    From your Safari menu bar click Safari > Preferences then select the Extensions tab.
    If there are any extensions installed, turn that OFF, then quit and relaunch Safari to test.

  • I had a box on the top of the browser that has written, you got mail. The problem is it keeps repeating you got mail. I don't want to hear it.

    I had a box on the top of the browser that has written, you got mail. The problem is it keeps repeating you got mail. I don't want to hear it.
    This is an unsolicited ad for "winning" an I phone. I am very tired of winning all this junk. I certainly do not want ads talking to me now.

    This appears above the page, in the toolbar area? That's probably caused by an add-on. Try disabling ALL nonessential or unrecognized extensions on the Add-ons page. Either:
    * Ctrl+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then, if in doubt, disable (or remove).
    Often a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Does that get rid of the ad?
    Two other things:
    (1) You may want to check the Windows Control Panel, Add/Remove Programs, for any undisclosed bundle items. Click the "Installed on" column heading to group by date so they are easier to spot. Remove whatever looks suspicious or unnecessary.
    (2) You may want to supplement your regular security software with some of the scanning/cleaning programs listed in our support article: [[Troubleshoot Firefox issues caused by malware]].

  • File Extension (.TXT) is missing in the FF Log m4ils.

    Hi Experts
    I've configured FireFighter in ECC 5.0
    When FF sends m4il notifications, file extension (.TXT) is missing in the attached file. When I see the m4il in the SOST transaction, it says that the attached file is in a RAW format, but (obviously)  in my m4il client, I have to rename the file to txt to be able to read it.
    I read several SAP notes, but none has fixed my problem or no applies to my environment:
    Note 1046405 - File Extension (.TXT) is missing in the FF Log m4ils.
    Note 183465 - SAPconnect: File extension TXT instead of RAW
    Note 1330086 - Firefighter Log report attachment file type extension (.TXT)
    Note 1058612 - FF-'.TXT' extension missing while sending m4il Notification
    Could you help me, please ?
    Thanks !!
    SAP ECC 5.0
    VIRSAHR     530_640     0010
    VIRSANH     530_640     0012
    SAP_BASIS     640     0024

    Hi Experts
    I've configured FireFighter in ECC 5.0
    When FF sends m4il notifications, file extension (.TXT) is missing in the attached file. When I see the m4il in the SOST transaction, it says that the attached file is in a RAW format, but (obviously)  in my m4il client, I have to rename the file to txt to be able to read it.
    I read several SAP notes, but none has fixed my problem or no applies to my environment:
    Note 1046405 - File Extension (.TXT) is missing in the FF Log m4ils.
    Note 183465 - SAPconnect: File extension TXT instead of RAW
    Note 1330086 - Firefighter Log report attachment file type extension (.TXT)
    Note 1058612 - FF-'.TXT' extension missing while sending m4il Notification
    Could you help me, please ?
    Thanks !!
    SAP ECC 5.0
    VIRSAHR     530_640     0010
    VIRSANH     530_640     0012
    SAP_BASIS     640     0024

  • Close browser window on click  - pass parameter

    Hi,
    I have two applications (iViews) in the portal, one passing parameter to the other. On click of 1st iView, it passes parameters to 2nd iView, which opens as a separate window in portal. I need to select some values in it and on clicking OK, some parameters should be passed to the 1st IView and the window must be closed. The parameter must be made available in the 1st Iview, by autorefreshing.
    Srinivasan T

    Hi,
    I try this and it is work fine
    This solution for IE7 & IE8
    <af:resource type="javascript">
         function closeBrowser() {
             window.open('', '_self', '');
             window.close();
    </af:resource>
    <af:commandButton text="Close Browser" id="cb1" immediate="true">
          <af:clientListener method="closeBrowser" type="action"/>
    </af:commandButton>Sameh Nassar

  • What can i do to regain the function of the close browser button?

    after using firefox for a number of weeks without problems, today the close browser button is not functioning! (white cross on red ground) The only way to close the browser is by using the task manager end task. This is a simple problem but what can I do to fix it? I have tried updating but not reinstalling.I dont have any more details I am afraid, the button just doesnt work. I dont think it is a problem with my computer cos for example 'word' closes as expected. Likewise Internet Ezplorer. More than that I do not have any idea why this is happening.

    That is Close the Window button, not close the browser, and with Firefox that makes a difference because of subtasks.
    The following may not completely eliminate having to terminate Firefox through the Windows Task Manager but it will come very close.
    '''Plug-in and tasks started by Firefox may continue after attempting
    to close Firefox''' The "X" in the upper right-hand corner closes the
    Window (same as Ctrl+Shift+W) but even if it is the last Firefox window,
    it does not necessarily close Firefox .
    The only '''proper way to exit Firefox''' is to use '''Exit''' through the
    File menu, not the "X" in the upper right corner of last Firefox window.
    In the 4.0 and up with the "Firefox" button that would be Alt+F then X
    * '''Firefox hangs''' | Troubleshooting | Firefox Support <br>http://support.mozilla.com/en-US/kb/Firefox%20hangs#w_hang-at-exit
    Use the '''Windows Task Manager''' to remove all running firefox.exe in the "'''Processes'''" tab of the Windows Task Manager, then restart Firefox.
    ''very infrequent --'' If Firefox will still not start, remove the parent.lock file from the profile which is created each time Firefox is started to prevent other Firefox tasks from running, see<br>
    http://kb.mozillazine.org/Profile_in_use#Remove_the_profile_lock_file
    '''Avoiding Problems with close/restart''' ''choose either extension''
    :Use to close and restart Firefox after enabling or disabling an extension, switching to a new theme, or modifying configuration files, then you don't have to worry about delay or have to look in the Task Manager to see if Firefox is closed yet.
    *"'''Restartless Restart'''" extension for Firefox 4.0+ only (2 KB download ) --
    uses keyboard shortcut "'''Ctrl+Alt+R'''" or a file menu option.
    <br>https://addons.mozilla.org/firefox/addon/249342/
    *"'''QuickRestart'''" extension (34 KB download) ''(older extension for those below 4.0)''<br>
    uses keyboard shortcut "'''Ctrl+Alt+R'''" or a file menu option. <br>https://addons.mozilla.org/firefox/addon/3559/

  • On my iPhone 4, I cannot get the "not enough storage on iCloud" message to close. Therefore, I can't get past this box/screen AND I can't turn the device off. Please help.

    On my iPhone 4, I cannot get the "not enough storage on iCloud" message to close. Therefore, I can't get past this box/screen AND I can't turn the device off. Please help.

    Try resetting it by holding the power and home buttons at the same time until you see the Apple logo, then releasing.  You won't lose any data by doing this.

Maybe you are looking for

  • ORA-01801 does not exist in Oracle Errors Documentation

    Hi, <br> RMAN issed to me the following error: <br> RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: ==========================================

  • Can't change duration of multiple photos

    In iMovie 5 I was able to change the duration of multiple still photos all at once, but this feature does not seem to work in iMovie 6. I've searched the topics on this forum and tried the suggestions I found but nothing works. I can't even import a

  • Oracle 9.2.0.8 Red Hat 5.3

    Hi all, The Oracle 9.2.0.8 is compatible with Red Hat Enterprise Linux 5.3? Thank you

  • Upgrade Screen on Envy 17-j170ca

    Hello Please help me .......it's really urgent.... I want upgrade my laptop screen ( from 1600*900 to 1080p ) is it possible to change the panel to 1080p ? And where can I find it for buying?  And how can I change it?  Thanks so much

  • User only application Folder - Dockulicious

    I just noticed there is no application folder for just the user. Can I just set one up and place applications in it that only I have access to. Will this effect how the program performs? I was looking at the Dockulicious Docks apps which is really co