Achim, the thing is that we have to be able to tell apart two tabs within one browser, and route each to their own session. You can't do that with cookies, since cookies are shared among tabs. I'm not sure if using a different ID than th...Wim Dumon
Hey Henrique, We stopped shipping binary static libraries quite a long time ago. The .lib files that are shipped now, are indeed import libraries only, which are required to link to the .dll files. Using static libraries is still p...Wim Dumon
Hello Andrey, the login cookies were intended for the remember me function only. The system that is included in Wt for the security of WResources, is to use session-private resources, i.e. the toolkit will generate the proper URL for ...Wim Dumon
Hello Stefan, Good news: we have no intention to reduce the effort in the development of Wt and/or JWt (rather the opposite), and there are no plans to discontinue Wt. Forum activity comes and goes, but you're right that lately we've ...Wim Dumon
Hello Emeric, Wt spools the file because it spools the full post request before it interprets its data. From the top of my head, with standard file upload, the data must pass through a MIME parser and some MIME cruft will be removed b...Wim Dumon