|
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