PHP HTTPS POST Problem

[email protected] ("Chris Streeter") Thu, 1 Apr 2004 13:35:28 -0500
Newsgroups php.general.bg
Message-ID <[email protected]>
Has anyone had any problems with the $_POST super global not working in a
HTTPS environment?

My code works perfectly fine through a unsecured HTTP POST but when I do an
HTTPS POST it only handles a few variable (I think 15 or 16). Any more than
that and it looses all the $_POSTed variables.

Has anyone seen this and more importantly know the fix for the problem?

Thank you.

Chris