IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Logout method

    Posted Wed September 05, 2007 11:32 AM

    Hi

    can anyone tell me how to modify the Logout link such that the resultant page can be something else other than /.

    Right now logout sends the control to / and


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS


  • 2.  RE: Logout method

    Posted Wed September 05, 2007 03:42 PM

    That logout link is implemented as part of the wm_loginorout portlet. Once a user has logged in, it will draw the following link: http:///?method=logout&returnUrl=;=/

    However, it is just a portlet in the shell. You could create your own shell and place whatever custom portlet you want, or just place in some htmlText with the preferred returnUrl property.

    Regards,
    –mark


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 3.  RE: Logout method

    Posted Fri September 07, 2007 12:33 PM

    Thanks Mark.

    When I’m logged in and say the current link is http://xyz:8080/mypage and I change the URL in the address bar to http://xyz:8080/home?method=logout&returnUrl=%2Fhome it logs out to the desired page but the url string still exists; hence when the user tries to enter the page just refreshes again with the url turning to http://xyz:8080/home and then he can login.


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine


  • 4.  RE: Logout method

    Posted Thu September 13, 2007 01:28 PM