can I add cookie on IMxRuntimeResponse class?

0
Can I add cookie using IMxRuntimeResponse class or is there any way to get HttpServletResponse.
asked
1 answers
0

Yes, IMxRuntimeResponse has several addCookie methods:

https://apidocs.rnd.mendix.com/9/runtime/com/mendix/m2ee/api/IMxRuntimeResponse.html

answered