Hi.
I'm making an application that will access a database and extract prices for the certain parts that the customer requests from the home page. I've created a JavaScript that places a cookie on the customer's system which I then try to access from my servlet. The servlet goes through the database to extract the prices. I'm having trouble getting the cookies to work! I don't know if the cookie isn't being placed properly or it's and issue with my servlet or if it's an issue with Tomcat 5.
I can provide source codes for the HTML, JavaScript, and Servlet. Please help.
I'm making an application that will access a database and extract prices for the certain parts that the customer requests from the home page. I've created a JavaScript that places a cookie on the customer's system which I then try to access from my servlet. The servlet goes through the database to extract the prices. I'm having trouble getting the cookies to work! I don't know if the cookie isn't being placed properly or it's and issue with my servlet or if it's an issue with Tomcat 5.
I can provide source codes for the HTML, JavaScript, and Servlet. Please help.