Was there a way to remove MULE Session on Mule 3.7 or later?

£可爱£侵袭症+ 提交于 2019-12-12 03:28:40

问题


On the previous version of mule we could aways add,

    <service-overrides sessionHandler="org.mule.session.NullSessionHandler"/>

for removing the mule session for http connector, but how can you remove the mule session for http request(newer version of http connector)


回答1:


You could just try removing the MULE_SESSION header before the outbound call:

<remove-property propertyName="MULE_SESSION" />


来源:https://stackoverflow.com/questions/35978104/was-there-a-way-to-remove-mule-session-on-mule-3-7-or-later

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!