Session Variables
This page, to be completed, describe the used Session Variables and their purpose
- $_SESSION "Username" contains the Username of the logged member
- $_SESSION "IdMember" contains the members.id of the logged member
- $_SESSION "IdLanguage" contains the languages.id of the current used language of the user (logged in or not).
- $_SESSION "lang" : This contain the two letters code of the current used language of the user (should he be logged or not). This variable is redundant and is not to be used. Use $_SESSION "IdLanguage" instead
- $_SESSION "MemberStatus" contains the current Status of the member if he is a logged in User, refreshed by user.lib at each page refreshed
- $_SESSION "!Param" contains the current values of the Param record from the Param Table, refreshed by user.lib at each page refreshed
Cookies Variables
- $_COOKIE "LastLang" : The last language used with BW when the computer which own the cookie connected to BW
other :
To be documented
