Symantec Access Management

 View Only
  • 1.  OverlookSessionAsPattern

    Posted Aug 29, 2016 03:10 AM

    We have a domain with only one realm protecting '/eserve/agentEnquiry/'. Application was reporting 302 errors when AJAX calls were made. To overlook session update we used the below ACO parameters:

    OverlookSessionForUrls /eserve/agentEnquiry

    OverlookSessionAsPattern yes

     

    But, we couldn't make this approach work. The application still reported 302 for ajax calls. We were able to make it work by specifying individual URLs instead of pattern matching.

     

    Can anyone please help us figure out why the pattern matching approach is not working?



  • 2.  Re: OverlookSessionAsPattern
    Best Answer

    Posted Aug 29, 2016 03:41 PM

    Pleas try 

    OverlookSessionForUrls /eserve/agentEnquiry/



  • 3.  Re: OverlookSessionAsPattern

    Posted Aug 29, 2016 03:48 PM

    Please review the documentation below for the ACO parameter webappclientresponse:

     

    Apply CA Single Sign-On Behavior to a Web Application Client - CA Single Sign-On - 12.52 SP2 - CA Technologies Documenta… 



  • 4.  Re: OverlookSessionAsPattern

    Posted Aug 29, 2016 04:01 PM

    What version of SiteMinder are you using? This parameter was introduced in 12.51 cr01 version of the agent as per the release notes:

     168674          The web agent now supports new "overlooksessionaspattern"
                     configuration parameter

    If you are on 12.51 base release then this parameter may not work since its not available yet even if its in the 12.51 documentation.



  • 5.  Re: OverlookSessionAsPattern

    Posted Aug 30, 2016 07:44 AM

    The application was running an old version of webagent. I will update the webagent and see if it helps.