18.3 Using Multiple Server Modules

For many applications, a single server module may be sufficient. However, when designing more complex applications it may be beneficial to distribute server processing across several different server modules.

If the application uses server based sessions, it is necessary to identify the session by name so that other server modules can access the session data.

Begin_Com Role(*EXTENDS #PRIM_SRVM) Sessionidentifier('Session_1')

The same Session Identifier must be added to all server modules that need access to the same user session.