on 2005 Aug 05 4:16 PM
Cookie[] ck = request.getCookies();
Iam trying to read the cookies in the JSPDynpage.
It shows a little yellow icon and says:
Warning The method getCookies() from the type IPortalComponentRequest is deprecated
Iam able to read and display.But is there any alternative way..does deprecated mean, SAP won't be supporting that in itz next release??
Thank You all.
Hello Peter,
You should use the corresponding method on the servlet request object obtained by calling getServletRequest(). Please take a look at the Javadoc for the Portal Runtime.
Best regards,
Dmitry
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.