This is a discussion on setcookie+redirect cgi problem in IIS 5, 'nph-php.exe' not fixing it within the PHP Language forums, part of the PHP Programming Forums category; Hi guys, Was there ever any resolution to the problem of IIS 5.0 stripping any cookie headers when redirecting ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi guys,
Was there ever any resolution to the problem of IIS 5.0 stripping any cookie headers when redirecting while running PHP in cgi mode. Microsoftt say that renaming the cgi program to "nph-" will prevent this, but renaming php to 'nph-php.exe' makes no difference. With PHP 4 we used the isapi module, but with the current version of PHP 5 we're developing with trying to use the isapi module results in the "Invalid access to memory location." error. Is there any thing I do to be able to set cookies while redirecting in IIS 5.0? Regards, Andrew |