Re: [twsocket] header too long HTTP_MIME_TOO_LONG

2009-07-16 Thread wayne forrest
I will try my best to describe the problem I am experiencing a bit better; My PHP side I have this: ?php session_start(); $a_longString1 = verylong1; $a_longString2 = verylong2 header(xx: xx=$a_longString1); header(yy: yy=$a_longString2); ? On Dlephi side I have this: var

[twsocket] header too long HTTP_MIME_TOO_LONG

2009-07-14 Thread wayne forrest
I am receiving an error: header too long HTTP_MIME_TOO_LONG when I call my php file, from HttpCli, *How shoud one I get the vars from php?* I think that there is some kind of limit in the amount of data that can fit into the header. $alist does hold a long list of SQL data. ?php

Re: [twsocket] header too long HTTP_MIME_TOO_LONG

2009-07-14 Thread Francois PIETTE
I am receiving an error: header too long HTTP_MIME_TOO_LONG when I call my php file, from HttpCli, *How shoud one I get the vars from php?* Not sure about what you mean by this sentence... I think that there is some kind of limit in the amount of data that can fit into the header. $alist