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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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