8.0.17
8.0.17
- New Advanced Session Management Demo
- New Popup Data Demo
- New HTTPServer Method to force a port refresh: ForcePortRefresh *
- Updated CustomStandalone demo to show new ForcePortRefresh call
- Hotkeys for browser selection in Standalone
window
- Fixes to standalone window in .NET version
- Menu now has hand pointer as default cursor
- Re-Entry Fixed
- 22104 Session timestamp is updated at every unlock
- 22041 umPartial bug with regions
* This method forces a new binding on the HTTP and HTTPS ports specified in
the ServerController, thus allowing developers to dynamically change ports.
Please note that this call requires that all sessions be cleared since it brings
down the server and thus would leave all sessions in an unpredictable state. You
should call IWStandaloneServer.ClearSessions before calling it. See the
CustomStandalone Demo to see how to use this new call.
|