Apologies if this is a lame question,
I've been trying to set up a simple experiment using OR and LUA for dynamic pages. I have the basics working, but what i want is some kind of per-user-session LUA data in the backend.
Is there some way i can bundle up a bunch of lua variables and restore them so that each user has their own lua state. I can serialize things to strings already, but how to attach that to the session state.
i'm probably missing something obvious. thanks for any help,