retrieve cookie in java action

0
How to retrieve cookie in a standard java action? I want to know if a certain cookie is set. A custom request handler (where there is a IMendixRequest in scope) is not an option.
asked
1 answers
0

You cannot access the http request object from a standard java action and can only use custom request handlers for this.

answered