Re: [PHP] Posting data using fsockopen() causes session problem

2003-01-10 Thread Marek Kilimajer
You can make a special case - if a special cookie is present, session is 
not required. Then your client script would send the cookie.

Max Davy wrote:

Hi,

I finally figured out how to use fsockopen() to post data
when my server responded with a Document Moved error.

I knew the document was where I said it was ... After
many hours I realised that the location the document had
allegedly been moved to was the login screen that the
user would be redirected to if they did not have a valid
session id.

I removed the session handling and ... success!

This is not an acceptable solution because I need the
session to be valid.

Any help would be most appreciated.

Thanks,

Max

--

Oz Impact Multimedia
Innovate, Immerse, Inspire

www.ozimpact.com



 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Posting data using fsockopen() causes session problem

2003-01-09 Thread Max Davy
Hi,

I finally figured out how to use fsockopen() to post data
when my server responded with a Document Moved error.

I knew the document was where I said it was ... After
many hours I realised that the location the document had
allegedly been moved to was the login screen that the
user would be redirected to if they did not have a valid
session id.

I removed the session handling and ... success!

This is not an acceptable solution because I need the
session to be valid.

Any help would be most appreciated.

Thanks,

Max

--

Oz Impact Multimedia
Innovate, Immerse, Inspire

www.ozimpact.com



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php