Hi all,
I have a requirement to create a session cookie on the browser in webdynpro abap while calling an external url, making this cookie available for the external url browser session.
On the I Component Controller (WDDOINIT) I have used cl_request = wdr_task=>request. to get the request and created the client side cookie using cl_request->SET_COOKIE after creating it I then call cl_request->get_cookies which shows cookie as added but the cookie not on the browser.. for the external url am using the exit plug..
How can I best resolve this issue ..as set_cookie doesn't seam to work
Thanks
Fairwell