Browser Behavior
If we visit the SetCookies servlet with a real browser, we just see a message:
Now if we point the browser at our earlier Headers servlet (extended to accept GET requests), we may see something like:
Mozilla/4.51 [en] (X11; I; SunOS 5.7 sun4u)
mySessionCookie=1367792973; myPersistentCookie=1264283064
The browser is returning the cookies in a Cookie header.