Concept Framework 2.2 documentation Contents | Index

web.server.api

Static library name Version Deprecated
web.server.api version 1.0 no

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.


Contained static functions:
COOKIE Get the "COOKIE" variables into an array
ContentType Sets the mime type
CookieVar Gets a variable value from a cookie
GET Get the "GET" variables into an array
GetSessionID Gets the id of the current session
POST Get the "POST" variables into an array
RemoveCookie Remove cookie from client(browser)
ServerVar Gets a server environmental variable for the current script
SessionDestroy Destroy current session
SessionDone Save session data and deallocate memories
SessionStart Initialize session data
SessionTimeout Sets the expiration time for the current session
SessionVar Gets session value for the given variable name
SetCookie Sets up those cookies that correspond to name=value
SetSessionVar Sets session value for the given variable name
VARS Get all variables into an array
WebFree Frees the memory used by the library
WebVar Finds out the value (COOKIE, GET, POST) for variable names




Documented by Eduard Suica, generation time: Sun Jan 27 18:15:18 2013 GMT(c)2013 Devronium Applications