I am creating a plugin, where I am using server side action. In the same action I want to create a cookie and get the cookie value which I set from element initialize method(client side).
So, Is there a way to create and get cookie in server side action of plugin?
If there is no way. Then is there any alternative. I have saved some data(client side in cookie) and want to access it from plugin action.