java - access URL parameters without cookies -


my application should work without cookies. how can parameters of url java file if cookies disabled.

req.getparameter("abc") gives null when tried.

i've 3 spring genericfilterbeans in application , can see values inside filters. how can make parameters available others controllers , other files..

the presence , accessibility of request parameters unrelated cookie support.

the cause of problem lies somewhere else. programmatic redirect involved caused parameters lost. or request modified/wrapped/replaced in improper manner. verify filters.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -