Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: error/moodle/invalidsesskey.

error/moodle/invalidsesskey

From MoodleDocs
Revision as of 19:18, 10 August 2014 by German Valero (talk | contribs) (added link to spanish translation of page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Some reasons why you might have got an "Invalid Sesskey" message are:

  1. Your site doesn't have the PHP setting "sessions.autostart=0" (see Installing Moodle - software)
  2. You logged out at some time between opening the form and submitting it.
  3. You have followed a bad link to a form script.
  4. Your database has an incorrect value for sessioncookiepath in the mdl_config table.
  5. You edited the code in a file on the server while logged in to your moodle website.

See also