Online documentation - Websydian v6.0 |
Users Guide | Patterns Reference | WebsydianExpress | Search |
The Abstract.EventDispatcher pattern calls the ValidateAndUpdateSession function to validate, if the current Session ID represents an existing, active, not timed-out Session with a correct IP address.
If an error is returned by the ValidateAndUpdateSession function, an Error Page must be generated with an appropriate error message. The Abstract.EventDispatcher function itself contains a call to the ErrorPage library pattern. This call may be replaced by a call to an application specific error page function, e.g.:
MySession.Abstract.EventDispatcher | replaces FNC ...by FNC |
ErrorPage MyErrorPage |