Hi Koen,

Koen Deforche wrote:
> Hey Torsten,
>
> 2012/1/27 Torsten Schulz<tssch...@gmx.net>:
>> I've three Problems.
>> 1: I'll use in wt_config.xml the parameter "reload-is-new-session" =
>> false. But then the internalPathChanged-event doesn't work.
> Could you specify more exactly what you observe? There shouldn't be
> any impact of reload-is-new-session on this parameter.
I'll write a community, so if a user opens another url and came back to 
the app, he'll be logged in.
But with reload-is-new-session = true he'll see the login again. So I 
know two ways to resolve it:
a) reload-is-new-session = false
b) use cookies
I would prefer a)
>> 2: The Session-Timeout is set to 600 Seconds - but the timeout is 40
>> seconds and in the logfile i've found these: [Fri Jan 27 19:38:58 2012]
>> [warn] [client ::1] mod_fcgid: read data timeout in 40 seconds, referer:
>> http://localhost/mypart/
> This is the FastCGI timeout, which is not controlled by Wt. You need
> to make sure that you increase this parameter in your FastCGI
> configuration.
Thank you! I'll show for it.
> (Typically it needs to be around a minute if you intend to use
> server-push, because this will use response times up to 50 seconds).
>
>> 3: For me the wApp->triggerUpdate() doesn't work. I've set
>> enbaleUpdates(true), the function is running (i tested with
>> debugging-outputs), but the ui doesn't change.
> Do you call enableUpdates(true) from within the event loop ? It is a
> common misconception that you can call this method also just before a
> triggerUpdate(), but this is not possible: it needs to be called from
> within the event loop.
enableUpdates(true) is used in the application-constructor, 
triggerUpdate() is used in event loop.
I thought I'm able to use it like in the chat-example. But it doesn't work.
> Regards,
> koen
>
> ------------------------------------------------------------------------------
> Try before you buy = See our experts in action!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-dev2
> _______________________________________________
> witty-interest mailing list
> witty-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/witty-interest


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to