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
Expand all | Collapse all

Session Management Across CAF Projects and Portlets

  • 1.  Session Management Across CAF Projects and Portlets

    Posted Wed December 19, 2007 12:26 PM

    Hi

    How do we do the following using webMethods Portal CAF - Can yome one please list all the possible Session Management Techniques?

    a] Session Data Management - Accessing, Deleting Data from User Session across portlets resting on different portlets? I’m not looking for wiring, as it doesnt solve my problem, I’ve to store a key in the session in one of the portlets, and use the value in another portlet.


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


  • 2.  RE: Session Management Across CAF Projects and Portlets

    Posted Tue January 29, 2008 11:58 PM

    though use of managed beans are recommended approach for data sharing across portlets you can also use query parameters & manage you own session objects. to get the current session object

    PortalServlet.getCurrentRequest().getSession()


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