lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Also, for future reference it is worth noting that you need to add an
extra '\\' (or '/') to the end of the dir name when you call
cgilua.session.setsessiondir.  On Windows, I did it like this:
cgilua.session.setsessiondir("C:\\Program Files\\Kepler\\session\\")

Chris