cancel
Showing results for 
Search instead for 
Did you mean: 

How can I read cookies in WebDynPro for Java

steffen_spahr2
Participant
0 Kudos

Hi,

in WebDynPro for Java I found a possibility to to get a "request-object" like the standard "HttpServletRequest-object"

IWDProtocolAdapter protocolAdapter = WDProtocolAdapter.getProtocolAdapter();

IWDRequest request = protocolAdapter.getRequestObject();

debugEnabled = (request.getParameter("Debug") != null);

...

With this request-object I can read request-prameters but I couldn't find a possibility to get cookies from the request.

There is no method like the "getCookies().method" in the HTTPServletRequest-Interface:-((

Has anybody an idea, how I can read cookies in WebDynPro for Java ?

Regards

Steffen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This is the latest update I could look for regarding cookies and webdynpro.

Regards,

Harini S

Answers (0)