JBO HTML - SessionTimeOut isn't working !!! Urgent !!!

Hi,
I'm just using JDev 3.1 and after running a JSP Application, closing the browser it seems like the framework is never closing the session. so that after some time when trying again the application main.jsp I get
the last session, and I could implement a solution like in the bc4jauctions example, with a sign_off.jsp which sets the "ISLOGGEDIN" session parameter to "FALSE" but what if the user kills his browser without setting this value to false, the next time he getts his last session, also no problem, but if we like to implement some security level to the application this could be a big problem for us.
JDevTeam please advise !!!
TIA,
Seb.

The session cleanup is done by the JSP runtime. When the HttpSession times out, all the contained objects get removed. On of the objects placed on the session implements the HttpSessionBindingListener interface. Wehn this object gets removed from the HttpSession (as a result of the session timing out) , the application module gets checked back into the AM pool.

Similar Messages

  • FTP link in a html page isn't working in Safari 4.0.5 - any ideas?

    Hi all,
    One of my colleagues/clients has recently set up an ftp server so that customers can upload their files for printing using a username & password. I was asked to update the website I designed for them, by adding a small link at the bottom of the index page titled 'customer login', that directs customers to the server. Having done this I then found that the link doesn't work in Safari? It's fine in Firefox & IE.
    If however you hover over the link & right click with your mouse to select 'Open Link In A new Window' it works as it should. I've tried making the link load in a new window & as a pop up window using javascript, but neither works.
    I searched these discussions & found a similar post to this question from 2008, in which the response was 'Safari does not currently support links to ftp in this way'. Surely this issue has been resolved?
    Any advice appreciated - thanks.

    This is the link to the website I am referring to http://www.d-p-i.co.uk/

  • HELP! BBM ISN"T WORKING! ITS URGENT

    HI
    My bbm isn't working! my emails and internet work but not my bbm! I've done the host routing table thing and it stil doesn't work! pleas help! its urgent!

    Wow, ok. Just trying to help you troubleshoot it, and I don't know what all you've already tried.
    I'd try the reboot as I described again.
    And, make sure you have THIS new device on your mobile account to have the BIS data account provisioned to the new device.
    Good luck.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Index.html - SWF file not working in browser

    The navigation button on my Flash/SWF intro page (www.benscarrillustration.com) isn't working in web browsers. What am not doing correctly.
    I have the following 3 files in my cPanel File Manager....
    1. index.html
    2. Ben Scarr Illustration.swf
    3. Ben Scarr illustration.html
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <link rel="shortcut icon" href="/avatar.ico" type="image/x-icon">
            <title>Ben Scarr Illustration</title>
            <style type="text/css" media="screen">
            html, body { height:100%; background-color: #ffffff;}
            body { margin:0; padding:0; overflow:hidden; }
            #flashContent { width:1214px; height:100%; margin:auto;}
            </style>
        </head>
        <body>
            <div id="flashContent">
                <object type="application/x-shockwave-flash" data="Ben Scarr Illustration.swf" width="1214" height="717" id="Ben Scarr Illustration" style="float: none; vertical-align:middle">
                    <param name="movie" value="Ben Scarr Illustration.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="play" value="true" />
                    <param name="loop" value="true" />
                    <param name="wmode" value="window" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <a href="http://www.adobe.com/go/getflash">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                    </a>
                </object>
            </div>
        </body>
    </html>

    Thanks for the information about Flash no longer being the best or contemporary way to design web sites. This shows me how long I've been away from designing them.
    I will redesign my web site in Dreamweaver very soon, as I would like it to play on iOS devices.
    But at the moment I would just like to see my Flash page working in a browser.
    I have inserted my Flash page in to Dreamweaver, and new code has been automatically added. But still the navigation button doesn't work.
    <!DOCTYPE html>
    <html>
        <head>
            <meta charset="UTF-8">
            <link rel="shortcut icon" href="/avatar.ico" type="image/x-icon">
            <title>Ben Scarr Illustration</title>
            <style type="text/css" media="screen">
            html, body { height:100%; background-color: #ffffff;}
            body { margin:0; padding:0; overflow:hidden; }
            #flashContent { width:1214px; height:100%; margin:auto;}
            </style>
        <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
        </head>
        <body>
            <div id="flashContent">
                <object type="application/x-shockwave-flash" data="benscarrillustration.swf" width="1214" height="717" id="benscarrillustration" style="float: none; vertical-align:middle">
                    <param name="movie" value="benscarrillustration.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#ffffff" />
                    <param name="play" value="true" />
                    <param name="loop" value="true" />
                    <param name="wmode" value="window" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <embed src="benscarrillustration.html" width="1214" height="717" quality="high" bgcolor="#ffffff" play="true" loop="true" wmode="window" scale="showall" menu="true" devicefont="false" salign="" allowscriptaccess="sameDomain"><noembed><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></noembed></embed>
                    <a href="http://www.adobe.com/go/getflash">
                    </a>
                </object>
                <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1214" height="717" id="FlashID" title="benscarrillustration.swf">
                  <param name="movie" value="benscarrillustration.swf" />
                  <param name="quality" value="high" />
                  <param name="wmode" value="opaque" />
                  <param name="swfversion" value="6.0.65.0" />
                  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
                  <param name="expressinstall" value="Scripts/expressInstall.swf" />
                  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
                  <!--[if !IE]>-->
                  <object type="application/x-shockwave-flash" data="benscarrillustration.swf" width="1214" height="717">
                    <!--<![endif]-->
                    <param name="quality" value="high" />
                    <param name="wmode" value="opaque" />
                    <param name="swfversion" value="6.0.65.0" />
                    <param name="expressinstall" value="Scripts/expressInstall.swf" />
                    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                    <div>
                      <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                      <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
                    </div>
                    <!--[if !IE]>-->
                  </object>
                  <!--<![endif]-->
              </object>
            </div>
        <script type="text/javascript">
    swfobject.registerObject("FlashID");
            </script>
        </body>
    </html>

  • HT1554 Apparently, I don't know my "com.apple.smig keychain" password. And I'm in the middle of setting up my new Mac mini. I transferred data from my MacBook and what I thought was the password isn't working! Help!!

    Apparently, I don't know my "com.apple.smig keychain" password. And I'm in the middle of setting up my new Mac mini. I transferred data from my MacBook and what I thought was the password isn't working! Help!!

    Hello,
    See if this helps...
    Mac OS X 10.4 Help, I forgot a password in my Keychain
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh1960.html
    Mac OS X 10.4: Keychain Access asks for keychain "login" after changing login password...
    http://support.apple.com/kb/HT1631
    Resetting your keychain in Mac OS X...
    If Keychain First Aid finds an issue that it cannot repair, or if you do not know your keychain password, you may need to reset your keychain.
    http://support.apple.com/kb/TS1544

  • My MacBook Air keyboard isn't working, except the power button. I had the same problem over the summer and had it repaired ~4 months ago. What should I do?

    The keyboard of my 11-inch MacBook Air, purchased in November 2011, isn't working at all. None of the keys respond except the power button. I'm able to restart the computer, and have done so multiple times. I've attempted SMC and PRAM resets, but they haven't worked.
    I've never spilled anything on the laptop, haven't stepped on it, and haven't otherwise damaged it ever. I use the laptop very lightly. I only use it to take notes for class, browse the Internet, and watch movies. I don't download anything but PDFs, PowerPoints, images, and Word documents. I don't even have music on it. So I don't think I had any part in creating the problem.
    I had this same problem with my laptop over the summer, and I took it into the Apple Store to get it repaired for $200. They told me that they didn't know the cause of the problem. I think they replaced the bottom half of my laptop entirely (receipt says there's a new "Housing, Top Case with Keyboard, US") and told me the problem was fixed. This was on June 30. The laptop keyboard stopped working again today, October 19. I called Apple Support and they told me that I would have to pay for the repair again because it's been 90 days since the last repair. I'm annoyed and upset that I have to pay $200 again to re-repair a problem that should've been properly fixed the first time. Plus, if the problem keeps happening despite multiple repairs, I can't afford to keep getting the laptop repaired over and over again due to the Apple employees' incompetence.
    Does anyone have any advice on how to fix the laptop? I'm a grad student and don't have the funds to pay for another repair, and there's no way for me to get to an Apple Store without hiring a car service, so I'm trying to avoid going to the store if possible. Thank you.

    Get the new keyboard at eBay and replace by yourself may be cheaper way, though you're required higher skill and well know about MacBook Air.
    http://www.ebay.com/sch/i.html?_from=R40&_trksid=p2050601.m570.l1313.TR0.TRC0.H0 .Xmacbook+air+2011+keyboard&_nkw=macbook+air+2011+keyboard&_sacat=0
    https://www.youtube.com/watch?v=gLbasVD69xo

  • HT1526 I can't delete any files, can't empty the trash bin, can't open my iTunes. Safari isn't working properly either. I keep getting the error message -50 when i try to delete anything...HELP!

    I can't delete any files, can't empty the trash bin, can't open my iTunes. Safari isn't working properly either. I keep getting the error message -50 when i try to delete anything...HELP!

    Hello, not too helpful, but...
    enum {
      paramErr                      = -50,  /*error in user parameter list*/
    Usually means a bvad or unacceptable Charachter in a File or Folder name...
    http://support.apple.com/kb/TA20831
    Solving Trash Problems...
    http://thexlab.com/faqs/trash.html
    Open Console in Utilities & see if there are any clues or repeating messages when trying to open Safari or iTunes.

  • Why the step-and-repeat function (command+d) isn't working in Illustrator CS5?

    Why the step-and-repeat function (command+d) isn't working in Illustrator CS5?
    I am trying this. Take an object, move it some inches on the right while holding the option key, so I duplicate it.
    Usually, I pressed on command+d to duplicate this action on and on (duplicate the object and moving it some inches away), but now it is not working.
    any idea?

    kwakoo,
    It may be time for the list:
    The following is a general list of things you may try when the issue is not in a specific file, and when it is not caused by issues with opening a file from external media. You may have tried/done some of them already; 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    If possible/applicable, you should save current artwork first, of course.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to at least 5 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible), for CS3 - CC you may find the folder here:
    https://helpx.adobe.com/illustrator/kb/preference-file-location-illustrator.html
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall (ticking the box to delete the preferences), run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • One USB port isn't working...

    Hey,
    I just realised that one of my USB ports isn't working when I plugged in my mouse... Should I be very concerned about this?
    I live in a really remote community (ie no stores anywhere closer than a 3 hour plane ride away) and can't bear the thought of living without a computer for several weeks if I send it to Apple to be repaired.
    Could it be a sign that there's something else going on? Is is expensive to fix?
    Thanks!!

    Welcome to the Apple discussions.
    When one USB port isn't working, often a Power Management Unit (PMU) reset will fix it. Follow these directions: http://docs.info.apple.com/article.html?artnum=14449

  • My IPad charger isn't working, My IPad charger isn't working

    My iPad Mini charger isn't working and I don't know what to do....

    Not normal. Take it to an Apple Store for evaluation.
    Make a Genius Bar Reservation
    http://www.apple.com/retail/geniusbar/
    Could be the charger, cable or iPad. Plug the cable into the iPad & computer. If it says "Not Charging", the cable is probably good. (It is charging but very slowly.)
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    And this - Unplug the charger from the iPad and then replug. May resume charging.
    The quickest way (and really the only way) to charge your iPad is with the included 10W or 12W (5W on Mini) USB Power Adapter. iPad will also charge, although more slowly, when attached to a computer with a high-power USB port (many recent Mac computers) or with an iPhone Power Adapter (5W). When attached to a computer via a standard USB port (2.5W, most PCs or older Mac computers) iPad will charge very slowly (but iPad indicates not charging). Make sure your computer is on while charging iPad via USB. If iPad is connected to a computer that’s turned off or is in sleep or standby mode, the iPad battery will continue to drain.
    Apple recommends that once a month you let the iPad fully discharge & then recharge to 100%.
    How to Calibrate Your Mac, iPhone, or iPad Battery
    http://www.macblend.com/how-to-calibrate-your-mac-iphone-or-ipad-battery/
    At this link http://www.tomshardware.com/reviews/galaxy-tab-android-tablet,3014-11.html , tests show that the iPad 2 battery (25 watt-hours) will charge to 90% in 3 hours 1 minute. It will charge to 100% in 4 hours 2 minutes. The new iPad has a larger capacity battery (42 watt-hours), so using the 10W charger will obviously take longer. If you are using your iPad while charging, it will take even longer. It's best to turn your new iPad OFF and charge over night. Also look at The iPad's charging challenge explained http://www.macworld.com/article/1150356/ipadcharging.html
    Also, if you have a 3rd generation iPad, look at
    Apple: iPad Battery Nothing to Get Charged Up About
    http://allthingsd.com/20120327/apple-ipad-battery-nothing-to-get-charged-up-abou t/
    Apple Explains New iPad's Continued Charging Beyond 100% Battery Level
    http://www.macrumors.com/2012/03/27/apple-explains-new-ipads-continued-charging- beyond-100-battery-level/
    New iPad Takes Much Longer to Charge Than iPad 2
    http://www.iphonehacks.com/2012/03/new-ipad-takes-much-longer-to-charge-than-ipa d-2.html
    Apple Batteries - iPad http://www.apple.com/batteries/ipad.html
    Extend iPad Battery Life (Look at pjl123 comment)
    https://discussions.apple.com/thread/3921324?tstart=30
    New iPad Slow to Recharge, Barely Charges During Use
    http://www.pcworld.com/article/252326/new_ipad_slow_to_recharge_barely_charges_d uring_use.html
    Best Practices for iPad Battery Charging
    http://www.ilounge.com/index.php/articles/comments/best-practices-for-ipad-batte ry-charging/
    Tips About Charging for New iPad 3
    http://goodscool-electronics.blogspot.com/2012/04/tips-about-charging-for-new-ip ad-3.html
    How to Save and Prolong the battery life of your new ipad
    https://discussions.apple.com/thread/4480944?tstart=0
    Prolong battery lifespan for iPad / iPad 2 / iPad 3: charging tips
    http://thehowto.wikidot.com/prolong-battery-lifespan-for-ipad
    iPhone, iPod, Using the iPad Charger
    http://support.apple.com/kb/HT4327
    Install and use Battery Doctor HD
    http://itunes.apple.com/tw/app/battery-doctor-hd/id459702901?mt=8
    To Extend a Device’s Battery Life, Get to Know It Better
    http://tinyurl.com/b67c7xz
    iPad Battery Replacement
    http://www.apple.com/batteries/replacements.html
    In rare instances when using the Camera Connection Kit, you may notice that iPad does not charge after using the Camera Connection Kit. Disconnecting and reconnecting the iPad from the charger will resolve this issue.
     Cheers, Tom

  • I can't update my after effects and my adobe manager isn't working either

    tried updating my adobe manager, and it isn't working. neither is the updates for after effects and encoder.

    pre cc updates:  http://www.adobe.com/downloads/updates/
    cc updates:  http://prodesigntools.com/adobe-cc-updates-direct-links-windows.html
    cc 2014 updates: All Adobe CC 2014 Updates: The Direct Download Links for Mac OS | ProDesignTools and All Adobe CC 2014 Updates: The Direct Download Links for Windows | ProDesignTools

  • GPO for custom html wallpaper doesn't work on Windows 7

    Hi Guys,
    I have 3 organizations with Windows 2003 server and many clients (Win XP/Win 7).
    I created a new GPO to set a active wallpaper to the OU and set there html file to be the wallpaper.
    It’s works excellent on Win XP clients, But in Win 7 clients I recieved black wallpaper instead.
    I even tried to set JPG\BPM wallpaper to check the GPO – and it’s work great on Win XP and Win 7 both !
    The problem is only with html wallpaper in Win 7 clients.
    Someone have an idea?
    Thank you !

    Hi Yaakov-l,
    I agree with Denis. Active Desktop is not supported in Windows Vista (including Windows 7). Since, Windows
    Vista has replaced the Active Desktop with Windows Sidebar (Called Windows Desktop Gadgets starting with Windows 7). This seems to be the root reason why html wallpaper isn’t applied to Windows 7 clients correctly.
    In Windows 7 client, please open Registry Editor and navigate to: HKEY_CURRENT_USER\Control Panel\Desktop\WallPaper.
    Then create a String Value to set wallpaper and then check if can help to solve this issue. You can apply the registry setting to multiple computers via GPP (In GPME: Preference->Windows Settings-> Registry).
    Please note: before modify any regsitry, please back up. It will help us to avoid some unexpected issues.
    If anything I misunderstand, please don't hesitate to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • I want to buy music but i can't remember my security questions, It says to reset it but the link is not there to reset. It says to contact ap support but I've tried both ways to contact and it says it isn't working.

    I want to buy music but i can't remember my security questions, It says to reset it but the link is not there to reset. It says to contact ap support but I've tried both ways to contact and it says it isn't working.

    The reset link will only show if you have a rescue email address on your account (an alternate email address is different). If you don't have one (you won't be able to add one until you can answer your questions) then you will have to contact Support in your country to get the questions reset.
    How are you trying to contact Support ? You should be able to do so via the following :
    Contacting Apple about account security : Contact Apple for help with Apple ID account security
    Or if your country isn't on that page then use this form : https://ssl.apple.com/emea/support/itunes/contact.html
    When they've been reset you can then add a rescue email address for potential future use : Manage your Apple ID primary, rescue, alternate, and notification email addresses
    Or if it's available in your country you could change to 2-step verification : Frequently asked questions about two-step verification for Apple ID

  • ROUND(date) isn't working when TypeMode=1

    Hi,
    We've noticed that the round (date) expression isn't working when TypeMode=1.
    TT version - 7.0.3
    Command> SELECT ROUND (DATE '2007-08-25','YEAR') FROM Dual;
    2817: Invalid data type DATE for argument 1 for function ROUND
    Is it the expected behaivor?
    Thanks.

    Hi Susan,
    Does that mean, i cant use LEFT,RIGHT,DATE_GMT in the ttIsql queries.
    Actually i need to modify the existing code, so that the new code picks data from timesten.
    The existing code uses LEFT,RIGHT,DATE_GMT etc in the SQL queries.
    Do you mean that i need to modify the SDQL queries.
    Please reply urgently
    Thanks a lot!

  • Broken CS 5.5 Design Standard Disc & Direct Link Install isn't working

    My Creative Suite 5.5 Design Standard disc isn't working and from my prior contact with Adobe, I was given the following links to help me install the program:
    http://prodesigntools.com/trials2/AdobeProducts/DSGN/CS5_5/win32/DesignStandard_CS5_5_LS1. exe
    http://prodesigntools.com/trials2/AdobeProducts/MDIA/CS5_5/win32/DesignPremium_CS5_5_LS1.7 z
    The files from the aformentioned links have completed downloading in the same folder (multiple times from multiple attempts) and I cannot get the program to install.  I am receiving the following error message:
    "The file archive part of Adobe CS5.5 Design Standard is missing.  You need all parts in the same folder in order to extract Adobe CS5.5 Design Standard.  Please download all parts."
    As I have made multiple attempts, (and the .7z link no longer works - Access Denied) all I can reason is that perhaps I was incorrectly given the "Design Premium" link rather than the appropriate "Design Standard" link.  Otherwise, I cannot figure out what I need to do differently to get this install to begin.  Any ideas?
    Thank you in advance for your help.

    those links are incorrect.  one is for design standard and one is for design premium.  they both must match, premium or standard depending on which you want.
    in either case, if you follow all 7 steps you can directly download a trial here:  http://prodesigntools.com/adobe-cs5-5-direct-download-links.html
    and activate with your serial number.
    if you have a problem downloading, you didn't follow all 7 steps, or your browser does not accept cookies. 
    the most common problem is caused by failing to meticulously follow steps 1,2 and/or 3 (which adds a cookie to your system enabling you to download the correct version from adobe.com). 
    failure to obtain that cookie results in an error page being displayed after clicking a link on prodesigntools.com

Maybe you are looking for