Hi,
I am storing my login id and password in cookies and I redirect the site to worldpay for the user to make the payment.
When the user returns to the site after the payment, he is logged out. I don't want this to happen. How can I make use of the
login information and take the user to the purchased items page?
Should I make any change in the web.config file?
Thanks,