Date:  01/10/2006 02:13:33 PM Msg ID:  002808
From:  Jim Weesies Thread:  002808
Subject:  Session vars in old Foxweb
I would like to use Session variables in an old-style Foxweb site.  The site consists of one PRG with several PROCEDURES, and each procedure is called via procname@prgname.
 
I can set the value of a session variable within a procedure, but when I call the next procedure, the session variable disappears.  I also tried the same thing with response.cookies and got the same result.  Do I need to rewrite the code and separate each procedure into separate fwx files in order to get the session object to work or is there a way to do it in the old-style code?  I would really like to get away from the old passcook system to keep track of users in this site.  Thanks.