When InfoView session expire, show user a warning message

Not sure if this is possible, but when a users InfoView session is about to expire is it possible to show them some kind of popup warning?  With a message similar to "You're session is about to expire, please click the button to continue or close to logout, etc. etc." 
I heard/read that BOE XI 4.0 has a new type of session management with session warnings. 
I think I could probably integrate some kind of javascript, or jquery to track the session and then provide the warning, but I was wondering if InfoView itself had any feature of this kind. 
Thanks for any information you may be able to provide!
Regards,
Mark

this functionality is implemented in Xi4.0, I do not think it'll be possible to implement in Xi3.1, but you can try submitting enhancement request fro it here :
https://ideas.sap.com/community/products_and_solutions/sbobiplatformsystemadministration

Similar Messages

  • Redirect to main jsp when the session expires

    Hi,
    I have a jsp say mainframe.jsp in which I have two frames each having a jsp page say child1.jsp and child2.jsp.
    When the session expires and I when i try do any changes in child2.jsp or child1.jsp, the page redirects to login page and when I login successfully, I am getting redirected to child2.jsp or child1.jsp respectively. But I want it to be redirected to mainframe.jsp.
    Any help is greatly appriciated.
    Thanks in advance.
    Vinod

    I think I am not clear.
    When I try to login after session expiry, I am redirected to child jsp.
    But what I want is that I should be redirected to mainfram.jsp page.
    url in the address shows : ../mainframe.jsp?ID=******
    When my seesion is expired and I try do some manipulation in child1.jsp (which is inside a frame of my mainframe.jsp). it is redirected to login page and from there to child1.jsp instead of mainframe.jsp
    Now the address url shows : ../child1.jsp?ID=********* because of which I am not able to see child2.jsp along with child1.jsp
    What I want : ../mainframe.jsp?ID=********
    this is the code I am using !!
    String destPage = request.getRequestURI();
    response.sendRedirect("../redirect.jsp?dest=" + URLEncoder.encode(destPage));

  • Is it possible to auto delete directory when the session expires?

    I create a directory for each session based on the unique session id e.g. c:\website\8D143E46EA18FAEFEF4D807180A307E2
    Is it possible to auto delete this directory when the session expires?

    thanks
    i found this great link which teach how to use HttpSessionListener, in case someone has the same problem as me.
    http://www.stardeveloper.com/articles/display.html?article=2001112001&page=1

  • Alert when the session Expires

    Hi Everybody,
    I am doing a web based application in JSF ,in that I want to make an pop up or an alert message automatically when the session expires.please give me valuable inputs on this regardings...
    Thanks in Advance

    Hi,
    yes...I have tested correctly.But here I am giving <a4j:support> to specify the dropdown listbox action.only for this reason the form is not submitting when I use dropdownlist..for ur reference here is a sample code
    <h:selectOneMenu id="animalNameCombobox" value="#{Animal.animalName}" styleClass="sampleDropDownListBox">
                                        <f:selectItems value="#{Animal.animalItemList}"/>
                                        <a4j:support action="#{Animal.animalComboboxAction}" event="onchange" reRender="animalOutputPanel"/>
                                    </h:selectOneMenu>I have given all this within <a4j:outputpanel>..Is there any remedies are there to resolve this issue...please give me a valuable inputs and suggestion on this regardings..
    Regards

  • Finder doesn't show file delete warning message

    I think that some time ago when I deleted any file or folder in the Finder, it showed me warning message... Now when I select file and press Command+Backspace (Delete), file goes immediately to the Trash without any warning message. Is this correct or there had to be some warning? I looked in Finder's preferences, but couldn't find any check-box for that... If there should be a warning message, how can I restore it?
    Thanks in advance!
    My system:
    Apple PowerBook G4 1.5GHz, 1GB RAM, 64MB ATI Mobility Radeon 9700, 100GB HDD (43GB free), SuperDrive, AirPort, Bluetooth
    Mac OS X 10.4.7 with the latest security updates

    OK, let me give you 5+10 points and mark this problem solved!
    Thanks! I think that maybe it'sreally like you said - that some apps maybe prompted and today I noticed that the Finder doesn't, and got confused...

  • How to know when a session expires

    Hello,
    I want to know is there any way to know when a users session ends or when he moves to another site. For example in a Chat to know when a user after logging in just closed his browser window without logging out and then how to remove that users name from our users list.
    Is there any event that fires to notify that a user's session has ended and then we can remove his name from logged on users list.

    Hi honey jal,
    Here I am giving you related url , which tells about chat discussion when session is going to be ends. I hope this one help you out.
    http://groups.yahoo.com/group/www-talk/message/9626
    Regards
    Tirumalarao.
    Developer Technical Support,
    Sun Microsystems,India.

  • I Want to Execute Code When a session Expires

    hi friends,
    I want to execute some code when ever a user ends his session. I came to know this can be accomplished by using HttpListener. But if any body give a example it will be lot more clear.
    Thank Q
    Srinivas

    Or SessionListener. - MOD

  • User Names warning message?

    Hi there
    Sorry if this is not the correct room but as the email help service isnt working I want to get an answer as soon as possible. 
    This is the email I sent support::
    Please tell me this is a load of....?
    Hi there,
    I got this random forwarded message on blackberry messenger about an over usage of blackberry names so I have to forward said message to all of my contacts to keep my name. To me this seems unrealistic and as its not posted on your official website I'm going to choose to ignor unless told otherwise by yourselves. I will not send it on as it seems a bit like a phishing scam.
    Are you aware of this message?
    Thanks

    Hi there,
    This is a scam message that someone wrote up and decided to start distributing.  There is no validity in the message and you should not forward the message on.  Indeed, it might be good to inform the person who sent it to you that it's a fake message.
    RIM does not send these sorts of messages and if there were ever to be a situation like this, RIM would notify users via official channels, not via BBM.
    As a heads up, BBM does not use usernames, but rather each BlackBerry that is manufacturered by RIM comes with a unique PIN code.  That PIN code is assigned during the manufacturing process and if RIM were to ever run out of PINs, they would simply add another number/letter for the combination.
    I hope this info is helpful!
    If you want to thank someone for their comment, do so by clicking the Thumbs Up icon.
    If your issue is resolved, don't forget to click the Solution button on the resolution!

  • When-session-expires ?

    hi all,
    i'm trying to find a way to catch when a session expires in oracle database but i don't know how.
    can anyone give suggestions on how i can accomplish this?
    thanks
    allen

    Not sure you can do this and guarantee it, the usual would be to check a column in v$session periodically via a scheduled job , but doesn't PMON kick in and clean it up at intervals, thus making it unsure
    perhaps a logoff trigger to fire ?

  • PROBLEM USING FILTER TO KNOW SESSION EXPIRATION

    Hi, i'm using a filter to know when the session expires but it appeasr not to work, so i am a bit confuse because the filter always executes well but when the session gets the timeout and the user send a request it isnt executed, the server redirects the user to the login page.
    I am not sure about it, but is it possible that the reason of why the filter is not executed, is becuase i am using the apache form-authentication????
    filter's code:
    public void doFilter(ServletRequest request, ServletResponse response, FilterChain chain) throws IOException, ServletException {
    HttpServletRequest req;
    RequestDispatcher disp;
    HttpServletResponse res;
    boolean userInSession;
    String forward = getConfig().getInitParameter("sessionClosed");
    req = (HttpServletRequest) request;
    res = (HttpServletResponse) response;
    System.out.println("InFilter");
    userInSession = req.getUserPrincipal() != null;
    if(userInSession) {
    chain.doFilter(request, response);
    System.out.println("Session: " + req.getSession(false).getId());
    System.out.println("Session: " + req.getSession(false).getMaxInactiveInterval());
    System.out.println("getSessionTime: " + req.getSession(false).getCreationTime());
    } else {
    disp = req.getRequestDispatcher(forward);
    disp.forward(request, response);
         res.sendRedirect("http://www.google.com");
    System.out.println("outFilter");
    tnks
    CERR

    Hi Robert,
    thanks very much for ur pointers on the AuthFilter class.. will try that out.
    Robert Greig <[email protected]> wrote:
    Stephen wrote:
    I am using WLS 6.1 and tried using a custom filter to intercept theauthentication
    request submitted from a FORM BASE jsp (using the j_security_checkform).
    However, no matter what i've tried, it is always the authenticationpart that
    gets executed before the filter.
    Any idea how could I intercept the request before the j_security_checkservlet
    calls the security provider for authentication?There is a (now deprecated) class weblogic.servlet.security.AuthFilter.
    I haven't used it because it is deprecated but I think it does what
    you're after.
    In my apps, I make the FORM auth submit to my own servlet which can then
    do what j_security_check does (most although not all is accessible
    through public APIs).
    Robert

  • Having trouble getting "Set action to take when logon hours expire" to work - Windows Server 2012

    I have a Windows Server 2012 server that allows remote desktop users (sessions are hosted on the server itself). I'm trying to enforce logon hours for these remote desktop users.
    I have specified logon hours for a user and confirmed that they work--they aren't allowed to logon when logon hours are disabled. However, they are allowed to continue a session past their logon hours limit if they are already signed in (which is fine, this
    is the default behavior).
    However, when I try to use the `Set action to take when logon hours expire` option (`User Configuration/Administrative Templates/Windows Components/Windows Logon Options/Set action to take when logon hours expire`), and set the behavior to "Logoff",
    nothing happens--the user can continue their session happily. I've tried applying this policy both for the user's group and for the local computer. I've run `gpresult` for the user and confirmed that the policy is apparently in place.
    I also naively tried the "Force logoff when logon hours expire" option, but that apparently doesn't apply to interactive logins (confusing!).
    Am I misapplying this setting, or do I need to take some other steps to get it to work? I'd be grateful for any input. Thanks!

    Hi,
    Sorry for the late response.
    We can log off and log on again to see whether the setting gets applied.
    According to
    Policy Settings that require a reboot or logon section in the following article, this setting needs a logon.
    Deploying Group Policy Using Windows Vista
    http://technet.microsoft.com/en-us/library/cc766208(v=WS.10).aspx
    Best regards,
    Frank Shen

  • Frank session expiration sample - Does it work with a Custom JAAS Module ?

    I configured the sample as described in "Detecting and handling user session expiry" - http://thepeninsulasedge.com/frank_nimphius/2007/08/22/adf-faces-detecting-and-handling-user-session-expiry/
    I also have a custom database JAAS login module as described in http://www.oracle.com/technology/products/jdev/howtos/1013/oc4jjaas/oc4j_jaas_login_module.htm
    Thing is that when the session expires (timeout) I am redirected to the Login.jsp page of the JAAS Login Module instead of the SessionHasExpired.jspx page.
    Is there any way to say that the filter should go before the JAAS module ?
    Am I missing something ?
    Thanks,
    Claudio.

    Claudio,
    no, unfortunately not. The servlet filter is executed after the container checked for user authentication. This is less a problem for BASIC and cerificate based authentication because in both cases users are authenticated automatically (even if using custom LoginModules) by the brower or cerificate.
    Form based authentication is different because the browser doesn't re-establish the authentication and the container checks for security before the servlet is called.
    Frank

  • Redirecting after session expires

    Hi
    i have a user session object which implements HttpSessionBindingListener.
    what i would like it to do is when the unBound method is triggered, i want it to be directed to a logoff page. This process was created to automatically log off the users which closed down their browsers.
    However, when the session expires and this object is unBound, i have not been able to find a way to get it to redirect ot the logoff page.
    is there any way to do this??
    Or possibly some other way of listening for the session expiration and to redirect to the logoff page??
    Here is the code of the session object.
    public class UserSession implements HttpSessionBindingListener{  
    private String userid;
    public String getUserid(){
    return userid;
    public void setUserid(String value){
    userid = value;
    public void valueBound(HttpSessionBindingEvent event)
    public void valueUnbound(HttpSessionBindingEvent event)
    RequestDispatcher rd = request.getRequestDispatcher("logoff");
    rd.forward(request, response);
    }

    Hi,
    The object that is in session and implementing HttpSessionBindingListener can only be existing with in HttpSession boundary, and There would be only one response if there is a request(Http primary rule),
    As I have been using this(servlet 2.3) kind of approach in my work, I can assure that there is no chance of sending/redirecting a page to browser in this scene.
    Let's think in this way..
    Session will be expired in the web server only and only Servletcontext/webserver knows when it is going to be expired.. to send a page u need request( request.getRequestDispatcher("")..) object or response ( response.sendRedirect("")) objects.. So how would we get these objects in the session.
    and as HTTP follows the stateless behaviour, Server would never know whom it should send page. unless there( in server) is some one (request) waiting to recieve this response..
    For your question. I can suggest use page refresh meta tag that would call MyLogout.java(servlet) when certan time( 5 min) expires that means user is inactive with the application...
    Hope this can help you..
    cheers....

  • Show users problem

    hi, i'm having a issue with show users on a cisco catalyst 3750
    i'm logging in with a local user and I have tried logging in with a tacacs and radius account, when I do a show users on the switch it doesn't show the username,
    however on the cisco 1841 router I have it shows the user information all the time,
    if there a command I have to use on the switch to make it show user information ie username used to login, when the show users command is issued. I have tried to compare the configs however all the generic info seems to be the same.
    ROUTER#sh users
    Line User Host(s) Idle Location
    194 vty 0 admin idle 00:12:37 10.0.0.13
    Interface User Mode Idle Peer Address
    SWITCH#sh users
    Line User Host(s) Idle Location
    2 vty 0 idle 00:12:37 10.0.0.13
    Interface User Mode Idle Peer Address
    I hope this makes sense
    Thanks

    I checked this on my 3750's and it works fine. Did you see if it's a bug in the IOS you are running? I'm running 12.2(40) SE
    Craig

  • EMAIL SESSION EXPIRES

    I am using my email,either receiving or composing when a Session Expired notice comes up and I have to log in again. This happens very frequently and I lose any emails I am composing?

    My neighbour called me in to help because she was being driven to distraction by this problem, particularly when composing new messages.  If it's meant to be a security feature then it happens far too fast.  And I get the impression only a minority of people suffer because there would be a deluge of complaints if it happened to everybody.
    My neighbour has an XP computer and was using Internet Explorer 8 so a few days ago I installed Firefox as an alternative.  I tried it for about 20 minutes including about 10 minutes when I just left the Window open.  The session was not expired during that time and I'm pretty certain that is better than when she was using IE.  She hasn't come back to me since so I'm hoping this workaround has worked.  But fundamentally the problem lies at the door of BT's new email subcontractors.
    I see there is another thread on the same problem but no solution given: https://community.bt.com/t5/Email/BT-Mail-Sessions/td-p/1277541 .  Customers don't like being messed around with and, judging by the response of my neighbour BT, will lose customers if they don't get this problem fixed.    

Maybe you are looking for

  • Random shutdowns/backlight shutoff.

    Hi - I'll try to keep this saga brief, but that may be a tall order considering the circumstances. Back story: The first time I sent my iBook G4 in to AppleCare was June 2006, when the display was showing a single, pixel-high line across the bottom o

  • How do you make the layer mode take effect with no background in Elements?

    I have a picture of water splashing over a black background (like this: although this isn't the exact one). By turning the blending mode to "screen", I get the effect I want: it basically looks like the water is splashing over my image. The thing is,

  • Proxy settings moved from User to Machine not removing user settings.

    Hi All, I have recently moved our company's proxy settings from User based to Machine based as we were having issues after moving from an internal proxy to a hosted external proxy.  What we found was after turning off the internal some users were no

  • Recording ultrabeat to a track

    I want to record Ultrabeat ,classic dub, to a track. How do I record Ultrabeat to a track? Every time i push play it just starts playing. I'm trying to record UB for a minute, then stop, then again. Help!!

  • Apex 4 JavaScript API documentation bug

    Hi, JavaScript API documentation have exactly same description for functions $f_Hide_On_Value_Item $f_Show_On_Value_Item > Checks an page item's (pThis) value against a value (pValue). If it matches, a DOM node (pThat) is set to hidden. If it does no