Date:  10/16/2001 06:00:31 AM Msg ID:  000030
From:  Oleg Goncharuk Thread:  000030
Subject:  Difference between EXE and DLL
I have a page that sets certain per-session cookie for the domain and then loads another page with IFRAME within.
When Foxweb is set as CGI application (foxweb.exe), the cookie is seen both from new page VFP script and IFRAME page VFP script.
When Foxweb is set as foxweb.dll, then cookie is not visible inside VFP code.

I'm using compatibility mode and old way CGI.cookie to get a value.