Request.getcookies() Is Always Null
With reference my previous question I would like to indicate that the cookies are actually getting sent to the server. Problem is that request.getCookies() always return null no ma
Solution 1:
It's not secure to set cookies from javascript.
I suggest you to create a filter which will set the cookies.
Read this discussion Setting cookie from doFilter method
Post a Comment for "Request.getcookies() Is Always Null"