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
	
 
	
	
		   	   Gets a variable value from a cookie
	
 
	
	
		   	   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
	
 
	
	
		   	   Save session data and deallocate memories
	
 
	
	
		   	   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