ashleyhall wrote:Sadly your unnecessary sarcastic response has overshadowed the constructive element of your reply.
shrug When new (and old, I suppose) users come here and impatiently bump their 2-hour-old posts, it just rubs me the wrong way.
ashleyhall wrote:I presume this method is more efficient than the ASP method whereby Sessions are continually populated and sent to/from the browser within each transaction.
I'm no expert on the matter, but I would have to agree. It makes sense, I suppose; why bother doing all of the session handling (checking for previous id, checking for file on server, opening file, populating array... then reversing the process to save data when the script is done executing) when it turns out that you don't even need session data. Note, however, that PHP can imitate this ASP-ness in terms of session behavior if you enable the session.auto_start PHP directive.