- Storing Files in Sessions
/documentation/pages/Ref/Api/Objects/Server/Sessions/Storing files in sessions.xml
Session storage is able to deliver robust and scalable server solutions. In order to enable this feature, data intended to be stored on disk at the session level should use context.session.SaveDataAsFile(). This stored file can then be linked to using context.session.FormatFileDataURL().
- Session Functions
/documentation/pages/Ref/Api/Functions/Xbasic/Session Functions/index.xml
Functions for working with sessions in desktop applications.
- Deprecated and Obsolete Features introduced in Alpha Anywhere 4.4.0
/documentation/pages/Troubleshooting/Upgrading to Alpha Anywhere/Changes in Alpha Anywhere 4_4_0.xml
Session Folders are now obsolete in Alpha Anywhere 4.4.0. If you have not already moved away from using session folders, read this article to learn what you need to do to update your applications.
- A5_COUNT_WEBSESSIONS Function
/documentation/pages/Ref/Api/Functions/Web/Web Application/Server Functions/A5_COUNT_WEBSESSIONS Function.xml
Obsolete
- A5_INFO.A5W
/documentation/pages/Obsolete/Alpha Sports/A5W Pages/A5_INFO.A5W.xml
Administrative users use the A5_INFO.A5W page to display information about the Application Server and current sessions.
- A5_ForceCloseTables Function
/documentation/pages/Ref/Api/Functions/Document Types/DBF/Table Functions/A5_ForceCloseTables Function.xml
Forces tables in orphan sessions to close
- Session Folders are Obsolete
/documentation/pages/Obsolete/session folders.xml
ServerSetting.SessionFolders has been removed as of Alpha Anywhere build 4176 (Alpha Anywhere 4.3.3)
- Web Application Server Functions
/documentation/pages/Ref/Api/Functions/Web/Web Application/Server Functions/index.xml
Alpha Anywhere provides the following functions for controlling the Web Application Server.
- Upgrading Session File Storage in Legacy apps
/documentation/pages/Troubleshooting/Upgrading to Alpha Anywhere/Changes in Alpha Five V11/Upgrading session file storage.xml
Prior to Alpha Five Version 11, developers often used the Session.Session_Folder property as a location in which to save session files and Session.Session_URL as a base URL to then link to the session file. Both of these properties were removed in Version 11, which means legacy code which uses them must be updated.
- Xbasic Explorer
/documentation/pages/Guides/Desktop/Design/Platform/Xbasic Action Scripting/Xbasic Explorer.xml
The Xbasic Explorer is an extremely useful tool when you are writing code in the Code Editor, or experimenting with code in the Interactive window. It is a complete reference of all of the commands, functions, methods, properties and constants in the Xbasic language. It also shows you all of the current objects that exist, all global variables that you have created, and all Global Functions that you have defined.