Jump to content

Asmordean

Members
  • Posts

    5
  • Joined

  • Last visited

Asmordean's Achievements

Newbie

Newbie (2/6)

0

Reputation

  1. I followed the advice in threads like: https://processwire.com/talk/topic/4038-frequent-logout-issues/?hl=%2Bfrequent+%2Blogout but I'm still experiencing frequent logouts. I have a static IP and have config.php as follows: <?php namespace ProcessWire; if(!defined("PROCESSWIRE")) die(); $config->debug = false; $config->dbHost = 'localhost'; $config->dbName = 'XXXXXXXXX'; $config->dbUser = 'XXXXXXXXX'; $config->dbPass = 'XXXXXXXXX'; $config->dbPort = '3306'; $config->userAuthSalt = 'XXXXXXXXX'; $config->chmodDir = '0755'; // permission for directories created by ProcessWire $config->chmodFile = '0644'; // permission for files created by ProcessWire $config->timezone = 'America/Edmonton'; $config->httpHosts = array('www.XXXXXXXXX.com'); $config->sessionExpireSeconds = 86400; // 24 hours. $config->sessionFingerprint = 2; // Lowest security finger print. I redacted some of the info. Yet even with this I am getting: 1 minute ago 2016-04-11 11:50:36 asmordean /login/ Successful login for 'asmordean' 2 hours ago 2016-04-11 09:56:52 asmordean /login/ Successful login for 'asmordean' There was not any logout event and no other user tried to connect in that time.
  2. Is it possible to have the PDF presented as an inline file rather than a download?
  3. Nothing so far, but it is just a dev domain at the moment. My tiny number of hits per day aren't causing any issues yet.
  4. Oh thank you! This seems to be working just the way I wanted.
  5. Is it possible to change the Quick Post body dialog to use a rich HTML editor?
×
×
  • Create New...