Cookies cont...
To read incoming cookies, call request.getCookies()
- returns an array of Cookie objects.
loop down this array until the desired cookie whose name (getName) matches the reqd. name is found
then call getValue on that Cookie to see the value associated with that name