I am using orbit together with a slightly changed session.lua from cgilua
that helps me to keep track of any data throughout any page. The only thing
you have to keep track is the session id that you can save in a cookie for
example. Whenever you open a new page, you can load this session id and with
this id, the actual session with the data in it.

On Fri, Feb 26, 2010 at 11:28 PM, Vagner nascimento <
vagnernascime...@gmail.com> wrote:

> Ryan, you can try to use cgilua sessions:
> http://www.keplerproject.org/cgilua/libraries.html#session .
> I don't know if there are some problem to use together with Orbit.
>
> Regards,
> Vagner
>
> <http://www.keplerproject.org/cgilua/libraries.html#session>
>
> 2010/2/26 Ryan Pusztai <rpusz...@gmail.com>
>
>> This may be a very stupid question, but how can I pass data to another
>> link in Orbit? I know how to use a form to POST data, but I have a Lua table
>> that I want access to in another page. Is this possible?
>>
>> Thanks.
>> --
>> Regards,
>> Ryan
>>
>> _______________________________________________
>> Kepler-Project mailing list
>> Kepler-Project@lists.luaforge.net
>> http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
>> http://www.keplerproject.org/
>>
>
>
> _______________________________________________
> Kepler-Project mailing list
> Kepler-Project@lists.luaforge.net
> http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
> http://www.keplerproject.org/
>
_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to