[Jul 17, 2008 14:02] The feature in Xpressions that notifies a user by email when they receive a voice mail is currently not working. Siemens is aware of the problem and is working on it. This does not affect any other aspect of Xpressions.
The Web Wrapper (WW) is a CGI script which front-ends Web applications and performs the following functions:
- Authentication of users
- Session management of logged-in users
- Switching of the process UID to the appropriate UNIX UID
- Logging of user access
- Calling of the actual application: with no return to WW, or with a return to WW for subsequent URL adjustment
WW does all of this using an application table. The table allows applications to select the appropriate mode of operation for each WW processing step. Applications can share code in cases where they want to do the same thing in a particular WW processing step.
