Hi,
In my shopping cart after the user completes his shopping, I redirect the user to the worldpay with the amount. Once the worldpay transaction is completed, the worldpay will redirect the user to my Notify.aspx page (www.mysite.com/worlpay/Notify.aspx). I have a link here (<a href=""></a>) which will take the user to his purchased cart (www.mysite.com/RegisteredUser/PurchasedCart.aspx) if the transaction is successful. Now when the user goes to the purchased cart the system asks the user to login again. The user already logged in before starting his/her shopping. Will cookies help? How can I set it?
But, I think, if I use cookies worldpay will not sent the payment response to the site. I don't know if I turn off cookies just for Notify.aspx page alone whether it will work or not. How can I turn off cookie just for Notify.aspx page alone? Is there any other suggestion?