| Justin Patrin 2007-12-21, 10:04 pm |
| On Dec 20, 2007 3:13 AM, arnaud sellenet <demental@free.fr> wrote:
> Hi
> I'm experiencing an issue on a linux server with
> DB_DataObject_Formbuilder.
> This server does not to accept POSTed variables which name length is
> greater than 64 chars.
> And some of my crosslink variable exceed this name length (eg :
> __crossLink_admin_droit_admintype_id_adm
intable_id__11_supprimer_)
> Anyone has experienced this problem and found a workaround ?
> This is a dedicated server so I can ask for modifications to the
> hosting company.
> But I'm afraid it is a system-wide limitation.
>
Well, the reason that this is done is to ensure unique names and to be
able to read the fields without some kind of mapping which would be
stored in a session or elsewhere. I *suppose* it could use an md5 but
that also seems like somewhat of a hack..... What server is this that
has this limitation? Is this a generic HTTP thing?
--
Justin Patrin
|