WEBDEV Concepts
20 Part 1: Internet: Basic concepts How to display an AWP site? What is an Active WEBDEV Page? An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server. The Active WEBDEV Page context is temporary. It is created in a temporary session. Reminder : In aWEBDEV site in Session mode, each displayed page owns a persistent page context for the entire lifetime of the session on the server. Operating mode of AWP sites The following elements are automatically created on the server when an Active WEBDEV Page is displayed in the browser: • a temporary session, • a temporary Active WEBDEV Page context. The temporary session contains the temporary Active WEBDEV Page context. When the Active WEBDEV Page is sent to the Web user, the temporary page context and the temporary session are destroyed. There is nothing left in memory on the server. The temporary Active WEBDEV Page context contains all elements that have been required to build the page viewed by the Web user: • local variables, • server processes, • database connections, • contexts of data files, etc. When the Active WEBDEV Page is sent to the Web user, these elements are destroyed.
Made with FlippingBook
RkJQdWJsaXNoZXIy NDQ0OA==