<% '********************************************************************* ' Used when order is cancelled ' VP-ASP 6.50 Dec 10, 2003 ' shopend.asp?end=1 does a session abandon '********************************************************************* dim home home = getconfig("xhome") if home="" then 'VP-ASP 6.50 - add xmysite to front of URL home=getconfig("xmysite") & "default.asp" end if ShopCancelOrder ' Cleanup Order 'if user returns to the homepage after shopping, clean up the session variables If Request.QueryString ("end") = 1 Then Session.Abandon DeleteCookieData end if ResponseRedirect home %>