Im building a store which is connected to a third party, who is responsible for keeping the customers login. When the customer logs to their site, they tell my site that theyve logged in using soap. What i want to do is keep their id in the session, but the SOAP server doesnt seem to be able to set the session variables seen on the web page when they browse the page.
Is there any way i can use the soap server to either set some session variables, or tell keep the id in any other way?
Thanks