-
Notifications
You must be signed in to change notification settings - Fork 546
Cookie Policy
Yannick Warnier edited this page Dec 23, 2020
·
1 revision
Cookies in Chamilo store information about your ongoing "session" inside Chamilo, in the form of a string (called ch_sid) identifying a file on the web server that contains your session details (username, etc) which are not accessible by any browser.
Cookies in Chamilo also store some non-identifiable strings that enable us to accelerate the loading of some pages. These typically store the selection of options regarding the display on pages. For example "defaultMyCourseView3" is the name of such string, that could contain values 0, 1 or 2.
Other cookies might store additional information through unofficial plugins. Implementers of Chamilo portals should maintain a list of the cookies used and the information they store at all times.
-
Home
- Tools and sessions
- Quiz: Importing
- Releases
- Community
- Development
- Getting started
- Development principles
- Technical design decisions
- Coding conventions v1
- Coding conventions v2
- Add a new Chamilo setting
- Database structure
- Date and time management
- Permissions
- Password management
- Session expiry time
- Code annotation types
- Code quality checkers
- Converting legacy SQL
- Settings migration v1 → v2
- Configurations
- Secure development policy
- Plugin development
- Adding page types
- Design
- Integration
