Is there any way to maintain session attributes, using HttpSession or
Cookies? I am trying to match the user in the session in the servlet
handling the Silent POST and cannot find a suitable way to do this
except maintining a database table. Thanks f...