# Session data may be written here if the default 
# server config has a problem. They need protection.
# Relates to Session->_start()
# Code snippets are also stored here and must be protected.

<FilesMatch "^(sess_|snippet_|es.json)">
  deny from all
</FilesMatch>