modles Posted February 11, 2005 Posted February 11, 2005 Hi Guys I have quite a few scripts that rely on storing temp data in global fields (don't we all). Now this all works fine in a single user environment, but what happens when i deploy this using Filemaker Server with multiple users? I'm thinking that my scripts will go all screwy because the global data of one person will be overwritten by that of another. One example is I have a global field that tracks where the user has been in order to provide a 'back' button, i can't see this working in a multi user environment. So I guess unless Filemaker Server takes care of this sortof thing by itself, I need to know how to create a user specific global field, just like create a 'session' or session cookie in ASP etc. Any Ideas? Cheers B
stanley Posted February 11, 2005 Posted February 11, 2005 B: Globals are local to the client in a FM Server environment, so you don't need to worry about users overwriting each other's globals. However, each time a user logs on, the globals will revert to the value they held the last time the file was opened in a single-user environment in FMP (i.e., by the developer). -Stanley
modles Posted February 12, 2005 Author Posted February 12, 2005 That is music to my ears! thank you so much ben
Recommended Posts
This topic is 7596 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now