web.server.api

web.server.api is available since version 1.0.
Import library : web.server.api
(you must include this at the top of your source: "import web.server.api" (no quotes)

Description:

Provides control for web application. You should also check the WebDocument class that is built using this library. Functions in this library can be used complementary to WebDocument.

This Concept library is based on the qDecoder C library.

Methods

Get the "COOKIE" variables into an array
Sets the mime type
Gets a variable value from a cookie
GET
Get the "GET" variables into an array
Gets the id of the current session
Get the "POST" variables into an array
Remove cookie from client(browser)
Gets a server environmental variable for the current script
Destroy current session
Save session data and deallocate memories
Initialize session data
Sets the expiration time for the current session
Gets session value for the given variable name
Sets up those cookies that correspond to name=value
Sets session value for the given variable name
Get all variables into an array
Frees the memory used by the library
Finds out the value (COOKIE, GET, POST) for variable names