Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Scotty2001

  1. Scotty2001

    Remove information from session

    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...
  2. Scotty2001

    Remove information from session

    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?
  3. Scotty2001

    Remove information from session

    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...

Part and Inventory Search

Back
Top