> > We are trying to integrate Netegrity with CFMX and with > > MX's limited support of the http header this is looking > > like it'll be a real challenge. Has anyone else done this. > > Any pointers on difficult spots or to white papers etc > > would be greatly appreciated.
We've been doing this and having the same problem, but we're on CF 4.5 and couldn't examine the page headers. The simple solution for us was simply to set Netegrity to release it's information as cookies. However as of CF 5.0 CF is able to take a gander at it's own headers. In 5.0 and MX you can use the GetHttpRequestData() function to get all of the headers that SiteMinder sets. I'm not sure what you'd need beyond that, but in MX you have have the (woefully underdocumented) GetPageContext() function to play with. Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

