My application should work without cookies. How can I get the parameters of the URL from a java file if cookies are disabled.
req.getParameter("abc")
gives null
when I tried.
I've 3 spring GenericFilterBeans in this application and I can see the values inside filters. How can I make the parameters available to others controllers and other files..