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. > 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. (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. 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