2017 © Pedro Peláez
 

croogo-plugin croogo_clearsessionfile

ClearSessionFile plugin for Croogo CMS 2.x versions.

image

lumaxw3b/croogo_clearsessionfile

ClearSessionFile plugin for Croogo CMS 2.x versions.

  • Tuesday, May 19, 2015
  • by LuMAXW3B
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ClearSessionFile

Software License Total Downloads, (*1)

Croogo CMS ClearSessionFile plugin for session file delete in the tmp/sessions folder., (*2)

Installing ClearSessionFile

This plugin works with a specific CakePHP/ Croogo session storage configuration. Before installing this plugin change the session configuration in app/Config/croogo.php, (*3)

php Configure::write('Session', array( 'defaults' => 'cake', // 'timeout' => 30, // The session will timeout after 30 minutes of inactivity // 'cookieTimeout' => 1440, // The session cookie will live for at most 24 hours, this does not effect session timeouts 'checkAgent' => false, // 'autoRegenerate' => true, // causes the session expiration time to reset on each page load 'ini' => array( 'session.cookie_secure' => false, 'session.cookie_httponly' => true ), )); After setting up the Croogo configuration we have to create the sessions folder under app/tmp/ and here we go, install the ClearSessionFile plugin and delete all saved session files from app/tmp/sessions/ with one klick., (*4)

Issues

Please report any issues you have with the plugin to the issue tracker on github., (*5)

License

Asset Compress is offered under an MIT license., (*6)

2015 Lukas Marks (http://lumax-web.de/), (*7)

Authors

See the github contributors list, (*8)

Changelog

See CHANGELOG for changes only available on master. See github releases for changelogs on previous releases., (*9)

The Versions

19/05 2015

dev-master

9999999-dev https://github.com/lumaxw3b/croogo_clearsessionfile

ClearSessionFile plugin for Croogo CMS 2.x versions.

  Sources   Download

MIT

The Requires

 

database cakephp session croogo clear database session