Hello, all!
According to the manual, in Unix I have to compile PHP with --enable-trans-sid option in order to be able not to write <? echo SID?> for each href in my application - session ID will be transferred automatically. But what about Windows? How can I enable automatical transfer of session ID from one script to anothet?
Thanks a lot!