[Phplib-users] IIS and cookie mode
Brought to you by:
nhruby,
richardarcher
|
From: anze <an...@vo...> - 2002-04-20 11:23:20
|
Hi! Can someone tell me how to convince PHPlib to propagate session IDs with cookies (actually, how to get it to work) on IIS? I have found some similar questions on the Net but no suitable answers... The problem is that the browser doesn't get cookie (even though the mode="cookie" and not "get") and therefore loses its session ID on next screen. GET mode is not suitable for my application because some of the pages are raw html. Everything works fine on production machine (Apache), but not on IIS. There was a hint on Net that the problem is with setting cookies and redirecting at the same time (AFAIK PHPlib does that)... Any solutions besides moving to a better HTTP server? :( Thanks, have fun! Anze |