Nouvelle Fraiche le 17/12/2013 :
Atozed Software sort une nouvelle version , téléchargeable ici

vous m'excuserez de ne pas proposer la traduction des modifications apportées , qui pourrait (comme beaucoup de traductions) dénaturer le texte
Citation Envoyé par modifications apportées
14.0.23
New property TIWForm.KeepAlive property. When true, IntraWeb will generate JavaScript code that will send a special request to IWServer avoiding session expiration.
New method ReleaseAndRedirect() in TIWBaseForm. It can be used to release the current active form and redirect to other URL internal to the IntraWeb application, e.g. a registered content handler.
New properties of TContentBase (content handlers base class):
CanStartSession: Boolean;
RequireSessionStart: Boolean;
A Slim Reader/Writer lock object is used in TIWStandAloneServer and TIWServerInternalFiles instead of TMultiReadExclusiveWriteSynchronizer object. This new lock is available under Windows Vista and up, and should increase IW server performance under heavy concurrency/load.
New Event description tab in IWScriptEvents editor with some valuable information about JavaScript events
Modification in TIWBaseForm: ExecuteForm() and GenerateForm() methods were made static (non virtual). These methods now call DoExecuteForm() and DoGenerateForm() virtual (protected) methods.
Bug fix: User cache directory is deleted when session expires. Modification in routines responsible for cache directory removal. In our tests it fixed cache directory removal when application terminates.
Bug fix: TIWDBCheckBox could raise an exception during rendering when attached to a empty DataSet
Bug fix: When deploying the application as ISAPI, session tracking without cookies would fail
Bug fix: When a IW application was compiled with runtime packages, TIWAppInfo.GetAppFullFileName was returning the name and path of the BPL file, not the EXE/DLL main file
Bug fix: TContentRedirect could fail if ServerController.AllowMultipleSessionsPerUser = True
Bug fix: IW Splitter didn't work with Internet Explorer 11