How To bind html form field's value to session id..
sripad devaraju
Greenhorn
Joined: Nov 26, 2001
Posts: 5
posted
0
Hi, i am new to servlets, i am doing some r&d on cookies,i have,three html pages each having two text boxes,and one submit button,first page is developed in html file, and next two r using servlets.i want to send data from first page to second one,second to third,and then third to data base. so i want to impliment this using cookies(in servlet).so my question is how to bind form field's(two text box'sof each page values) values to cookie name or session id. Note:-i am sending cookie to client when client gets second page.and sneding cookie value to server when i am sibmitting second form. i appreciate your help thanks sripad
shippu
sundari swamy
Greenhorn
Joined: Oct 19, 2001
Posts: 9
posted
0
any reason why you want to use cookies? U can send those values as a queryString to the next page or servlet.