i'm trying to use my worldpay account via cURL instead of the user going 'directly' to their servers. The problem is the pages i want to cURL have sessions and cookies.
How do i deal with these using cURL?

thanks