Just a thought...
What if you were to pack it, encrypt the parameters using a key (and
pycrypto package), then encode it into a string (e.g. hex string) and pass
it as 'one' parameter. For an incoming parameter you would then decode it
first and decrypt and unpack. This will also prevent exposing DB fields to
the world.
On Friday, October 5, 2012 5:42:53 PM UTC-7, tpnguyen wrote:
>
> Hi,
>
> For a small number of parameters I can pass them to a new url via
> query string such as
>
> url:'${tg.url("/new_url")}?param1=${param1}¶m2=${param2}'
>
> However, what would be the correct method for passing 30 or more of
> these parameters? For example, these parameters could be the
> selected rows (and its attributes) from a large table.
>
> thanks
>
> TPN
>
--
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/turbogears/-/P1-oasvdlfgJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en.