i think I understand:
-- generate unique token=xyz123 and store in the session
-- generated catalogue content so that addToCart url's look like this in the
html source:
http://my.domain.com/addToCart.do?itemId=HB0019?token=xyz123
-- when users adds an item to the cart, check form data token against
>
> > I would add a one time token to the request.
>
Do you mean on the client side using javascript or something?
Hi,
If a user adds an item to his/her shopping cart using form data like this:
http://my.domain.com/addToCart.do?itemId=HB0019
How can I determine if it was generated from user clicking an add-to-cart
link vs. a browser refresh?
I don't want to increment the quantity in the cart for this item if th
What's the cheapest Certificate Authority that's compatible with Tomcat and
most browsers?
Thanks
Hi,
I use Tomcat 6.0.10 as a stand-alone web application server (not
sitting behind Apache httpd). I host several domains on a single
physical host using name-based virtual hosting set up in server.xml.
I need to enable ssl for one of the domains. I understand I can no
longer use name-based hosti