The only way to solve the problem without changing pluginwiki is to
add an ajax keepalive. I.e. a script in the page the makes an ajax
call every few minutes (20?) to a dummy controller action.
On Sep 30, 3:20 pm, Richard Vézina <
ml.richard.vez...@gmail.com>
wrote:
> Try like this :
>
> {{if auth.is_logged_in():}}
> {{=plugin_wiki.widget('jqgrid',tablename,col_width=80,width=900,height=500)}}
> {{pass}}
>
> And that not solve the pb I decribe in most detail.
>
> Richard
>
> On Thu, Sep 30, 2010 at 3:41 PM, Bruno Rocha <
rochacbr...@gmail.com> wrote:
> > Thats not the best way, but I do:
>
> > ``{{if auth.is_logged_in():}}``:template
> > ``table:xxxx``:jqgrid
> > ``{{pass}}``:template
>
> > Ugly, but works.
>
> > 2010/9/30 Richard Vézina <
ml.richard.vez...@gmail.com>