Date:  11/13/2007 10:34:10 AM Msg ID:  003579
From:  jfr Thread:  003579
Subject:  session cursor?

I am investigating the feasibility of converting my desktop VFP application to a web app. The single-user desktop app uses tables (or cursors) to maintain state information. From what I can see, it isn’t possible to use this technique with Foxweb. That is, there’s no way to create a separate cursor for each session. Nor could I create a single cursor that would contain the information for all sessions, because each channel is a separate instance of VFP.

Instead, I would have to keep the information in an array and store the array in the Session object. Could you confirm whether my understanding is correct?