Date:  01/10/2002 07:24:35 AM Msg ID:  000289
From:  mike hood Thread:  000289
Subject:  global vars whats going on here
ive been testing the foxweb app solo and getting sucessful results.  now i have 4 users testing the foxweb app.  it work fine untill thier is more than one user on the system.  example on my error handler.fwx which is close to the default errhandler.fwx yall use as open source.  i added one global var to that errhandler to return back the userid logged on as part of the error message; works great.  untill now and what im getting is user1 will get an error message with user2 userid in the message string??

how does foxweb handle global vars?

are global vars private to that workstation session or is a global var public 2 anyone who logs on the server and thier isnt a unique memory session?

bewildered,
mike hood