setcookie.xml 781 B

1234567891011121314151617181920212223
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: disp
  4. (C) Copyright IBM Corp. 2005 2010
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <service name="setCookie" class="com.cognos.pogo.services.DefaultHandlerService" logStartStop="false">
  8. <!-- Create cookies for name/value pairs in the "setCookie" header so that the responder can set them to the browser -->
  9. <handlers>
  10. <handler name="setCookies" classname="com.cognos.pogo.auth.SetCookieHandler" objectName="response" skip_on_fault="false"/>
  11. </handlers>
  12. <attributes>
  13. <attribute>cookieDomain</attribute>
  14. <attribute>cookiePath</attribute>
  15. <attribute>cookieSecure</attribute>
  16. </attributes>
  17. </service>