Is there a trick to keeping session variables alive when a Web page is
called via and CFHTTP, i.e., from another Web site? The session variables
stick when I called the Web page directly from a browser, but not via CFHTTP.

Does this mean the session variables are relying on Cookies? Below is the
CFAPPLICATION code.

<CFAPPLICATION name="TestSite"
     CLIENTMANAGEMENT="Yes"
     SETCLIENTCOOKIES="Yes"
     SESSIONMANAGEMENT="Yes"
     SESSIONTIMEOUT=#CreateTimeSpan(0, 2, 0, 0)#
     APPLICATIONTIMEOUT=#CreateTimeSpan(0, 2, 0, 0)#
>

Thanks,

Nick

[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to