How to read/get cookies at the Client side using Java Springs? -


is possible cookie name known me set app? tried code -

cookie[] cookie = request.getcookies(); 

i getting null in cookie there lot of cookies can see in browser settings-> cookiesand site data.

is possible cookie don't set? can put springs app in same tomcat of app set cookie.

ps: don't know springs need if possible, might have sounded bad while asking question.


Comments

Popular posts from this blog

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -