Book Image

Moodle 3 Administration - Third Edition

By : Alex Büchner
Book Image

Moodle 3 Administration - Third Edition

By: Alex Büchner

Overview of this book

Moodle is the de facto standard for open source learning platforms. However, setting up and managing a learning environment can be a complex task since it covers a wide range of technical, organizational, and pedagogical topics. This ranges from basic user and course management, to configuring plugins and design elements, all the way to system settings, performance optimization, events frameworks, and so on. This book concentrates on basic tasks such as how to set up and configure Moodle and how to perform day-to-day administration activities, and progresses on to more advanced topics that show you how to customize and extend Moodle, manage courses, cohorts, and users, and how to work with roles and capabilities. You’ll learn to configure Moodle plugins and ensure your VLE conforms to pedagogical and technical requirements in your organization. You’ll then learn how to integrate the VLE via web services and network it with other sites, including Mahara, and extend your system via plugins and LTI. By the end of this book, you will be able to set up an efficient, fully fledged, and secure Moodle system.
Table of Contents (24 chapters)
Moodle 3 Administration Third Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The Moodle system settings


In addition to caching, Moodle offers a wide range of system-related performance settings that are set at various places in the Site administration section.

Session handling

A session is initiated for each user who authenticates against Moodle. This also applies to guests. There are a number of relevant settings, which can be found by going to Server | Session handling:

Setting

Description

Use the database for session handling

By default, session information is stored in the filesystem. On larger installations or a system that makes use of a clustered environment, it is recommended that you store the information in the Moodle database instead.

Timeout

The period for which a session is kept open when there hasn't been any activity.

Cookie prefix

This setting is only relevant if you run more than a single Moodle instance on the same web server and try to open instances of both in the same web browser. If this is the case, give the cookie a name on each site...