You are on page 1of 1

The Client and Application Server

-Faustino Olpindo
Identifying the request through the url passed by GET variables which
is on a or by POST method in a form during submit the process begins
here. Upon identifying the command or request then the application
comparing it to an array of possible request and if found then a
corresponding action is taken. The system may have a template for the
presentation, output for the current request, and the dynamic data
which is based on the request. Then the session is stored in a database or
on a cookie.

You might also like