Re: how to use sessions in CGILUA?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: how to use sessions in CGILUA?
- From: Chris <ctlajoie@...>
- Date: 2006年1月31日 07:14:44 -0700
> [...snip...]
> But pay attention: if an error occurs before the call to
> `cgilua.session.close', then it will not be called and the changes to
> the session won't be saved. The use of `cgilua.addclosefunction' avoids
> this problem.
>
> Regards,
> Tomas
>
Tomas,
Finally got it working. Thanks a lot for your help! I appreciate it.
Chris