>
> > Thank you for that, one last question if I may : In terms of performance,
> > is it better to serialize the session and transmit it over the network or
> > use just the id and create an extra db access ?
>
> I think it is better to just sent to session id because we could expect
> that the connection between server and database will be very good when
> the connection between the client and server could be low.
I wanted to try this, but i could not find a wa to get the session id
through
an Eval statement to set the context of the field.
I tried {'from_session': Eval(session)} but I just got an empty value.
What do I miss ?
Jean CAVALLO
--
[email protected] mailing list