I'm running my servlet on Tomcat 7. When retrieving cookies with the request.getCookies(); the values returned are weird strings "8267663C31A2F33C16B7C0D864874DC4"
Can anyone tell me what this is?
Output from 2 text form data:
8267663C31A2F33C16B7C0D864874DC4
test
test
8267663C31A2F33C16B7C0D864874DC4
Thanks,
Nguyen