Three questions concerning http replication:
We have noticed that GuiXT creates an http file in the GuiXT cache.
How does it work?
Is the server guixt.ini downloaded from http server at every connection?
Does the VersionNumber option refresh the http cache?

The guixt.ini file is read from the http server each time GuiXT starts (i.e. with the first SAP session that the user opens). The file is stored in the local cache, but only for internal purposes; it will not be read from cache when GuiXT starts again. When the VersionNumber statement sets a new script version number, all scripts in local cache are read again. The scripts logon.txt and session.txt are always read directly from the http server, not from cache, since the scripts can contain a VersionNumber statement.