EyeSessions lib

From eyeOS Wiki

Jump to: navigation, search

The purpose of the EyeSessions library is to provide a wrapper for the PHP session features. This allows eyeOS to retain the content of certain variables between page refreshes and postbacks. The practical application of this is that the contents of a variable can be stored for access any time that session (a session can time out or end when the browser window is closed).

Lib Functions

addArrayValue

addArrayValueByKey

checkArrayValueByKey

checkVar

delArrayValueByKey

delVar

endSession

getArrayValueByKey

getVar

makeArrayVar

setVar

saveSession (new on eyeOS 1.2)

startSession

Personal tools