[Please keep it on the list...] On Wed, 2004-04-28 at 15:34, Tyler Rorabaugh wrote: > I need object persistance between servers > Say for example you had a person object > That container first / last name > I want the object to contain the same data for each session > Across each server.
The way people usually do that is to have a central database that manages the application's read/write data. Are you using a database for this now? - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html