PHP/CURL: Trying to do a remote login with no success?

The initial POST returns the cookie: Set-Cookie: SQMSESSID=6d70837e874750f37df81f0aaaa48618 but this cookie is not sent by the client on the next GET request. Sm doesn't see any session and tries to create a new one with a new id: Set-Cookie: SQMSESSID=a6e32d5f2bd7a2ccca51edd2aa4ea143 to fix this you can tell curl to store cookies: curl_setopt($ch, CURLOPT_COOKIEJAR, 'cookies. Txt') and you may need to disable CURLOPT_FOLLOWLOCATION, and just request webmail.

Php in a second call to curl (using the same cookie jar with the authenticated session).

The initial POST returns the cookie: Set-Cookie: SQMSESSID=6d70837e874750f37df81f0aaaa48618 but this cookie is not sent by the client on the next GET request. Sm doesn't see any session and tries to create a new one with a new id: Set-Cookie: SQMSESSID=a6e32d5f2bd7a2ccca51edd2aa4ea143 to fix this you can tell curl to store cookies: curl_setopt($ch, CURLOPT_COOKIEJAR, 'cookies. Txt'); and you may need to disable CURLOPT_FOLLOWLOCATION, and just request webmail.

Php in a second call to curl (using the same cookie jar with the authenticated session).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions