Form POST Preservation on IIS?
Cantor, Scott
cantor.2 at osu.edu
Fri Jun 8 17:37:53 BST 2012
On 6/8/12 12:21 PM, "Stuart Marquis" <marquis at columbia.edu> wrote:
>
>Version 2.2 was released a few years ago. Is it still true that POST
>data preservation is only supported under Apache? Is there any hope of
>this changing in the future?
Still true, no plans currently. It's a large amount of work that is
different on each of the 3 IIS versions supported, and isn't particularly
elegant on any of them. It's possible that a newer module specific to IIS7
using the newer module APIs will be able to do this with at least less
work involved, in which case it's more palatable, but that's not committed
work yet.
If you can find an open-sourced SSO filter somewhere that does this, that
would also be a source of possible code to reduce the work involved.
Usually the workaround is passive session management, with the app doing
the preservation.
-- Scott
More information about the users
mailing list