username@email.com
2025-02-24 429d9ffb4bd7607b83b0ce8b89c07441fb0d0f57
CY_ECommercePlatform/CY.WebForm/Pages/business/OrderList.aspx.cs
@@ -60,6 +60,11 @@
        {
            try
            {
                if (Request["isSession"] != null)
                {
                    if (!IsPostBack && !IsCallback)
                        Session["OrderList"] = null;
                }
                if (Request["downId"] != null)
                {
                    int iDownId = Convert.ToInt32(Request["downId"]);