I need to set Secure cookie attribute in request data.
Added following attributes in the server’s web.xml :
<session-config>
<cookie-config>
<http-only>true</http-only>
<secure>true</secure>
</cookie-config>
</session-config>
Getting the below screen :
Version Details :
Jmix version: 1.5.0
Jmix Studio plugin version: 2.0.0-231