It would have to be something like
session("ItemNumber")="ProductNumber".abandon because when a user adds an item to the cart it adds the product number to the itemnumber string, and I only want to delete the specific product number in the string, not the entire string...
Thanks foxbox, but exactly how do i use session.abandon? I don't want to abandon the entire session, just the session("ItemNumber(ItemNo)"). How do I put session.abandon in with that?
I've been trying to get this to work, and it WON'T! I have a Global.asa file that sets up a session("ItemNumber") = ItemNo & session("ItemQty") = ItemQty . Other ASP pages add information to these two (Item Numbers are added into ItemNumber and they're quantity's are added...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.