Cookies are null in interceptor HttpServletRequest, however the same cookies are available in HttpServletRequest in the filter class. Any suggestions
Cookies are getting null in getCookies() method of interceptor HttpServletRequest, However the same cookies are available in HttpServletRequest in the filter class from getCookies() method. Is anything ,i am missing overhere or any suggestions.I tried other ways but need the cookies in prehandle method of interceptor.