<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 05/07/2014 02:43 PM, Иван Бессарабов
      wrote:<br>
    </div>
    <blockquote
cite="mid:CACEsYN4DtWEnJGJTfJEJ3HggUAxT-b5zBc4Kd2VX_mYCpu8iWg@mail.gmail.com"
      type="cite">
      <pre wrap="">By the way, It is not safe to use YAML sessions with production site.
I used YAML sessions in Dancer1 app and pretty soon there appeared
tons of files with sessions and evrything broke, because there was no
free inodes.
</pre>
    </blockquote>
    <br>
    The <a
      href="https://metacpan.org/pod/Dancer2::Session::YAML#DESCRIPTION">documentation
      for Dancer2::Session::YAML</a>, at least, says otherwise:<br>
    <br>
    This backend an [sic] perfectly be used in production environments,
    but two things should be kept in mind: The content of the session
    files is in plain text, and the session files should be purged by a
    CRON job.<br>
    <br>
    I haven't had any problems like you describe, so perhaps your issue
    was limited to Dancer::Session::YAML, which according to the <a
      href="https://metacpan.org/pod/Dancer::Session::YAML#DESCRIPTION">docs</a>
    is "not recommended...in production environments." Either that, or
    you just have too many visitors to your site ;)<br>
  </body>
</html>