hi jitendra, I am calling java function by Remote object and sets cookie using
HttpServletResponse response = FlexContext.getHttpResponse(); HttpServletRequest request = FlexContext.getHttpRequest(); objects , like response.addCookie(<cookie name>); Now I want this cookie value at the time of initialization of application , So I am trying to get it in JSP (I made applications html file as JSP page),using request.cookies (this request ob is implicit) but it gives only default cookie and not that whioch I have set. then I tried to get request object from FlexContext.getHttpRequest() in JSp but it gives null. Thanks and Regards, Ragini On Dec 23, 5:39 pm, "JAIN JITENDRA" <[email protected]> wrote: > Hi Ragini, > > Can u please paste some code how you are getting the flex session and > calling java from flex? > > Thanks, > > Regards, > JJain --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

