View Single Post
  #2 (permalink)  
Old 2003-09-24, 02:45 AM
barand barand is offline
Member
 
Join Date: May 2003
Posts: 47
barand
Default

There is a "feature" in the IIS/php cgi version that doesn't like cookies and redirection at same time. You could be running up against this. I think using the isapi version cures it. (Session id stored in cookie).

Otherwise, as a workaraound, set session/cookie and display message with a link to proceed to next page.

hth
__________________
Barand
Reply With Quote