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

[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