PHPackages                             lumaxw3b/croogo\_clearsessionfile - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. lumaxw3b/croogo\_clearsessionfile

ActiveCroogo-plugin[Utility &amp; Helpers](/categories/utility)

lumaxw3b/croogo\_clearsessionfile
=================================

ClearSessionFile plugin for Croogo CMS 2.x versions.

016PHP

Since May 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/LuMAXW3B/Croogo_ClearSessionFile)[ Packagist](https://packagist.org/packages/lumaxw3b/croogo_clearsessionfile)[ RSS](/packages/lumaxw3b-croogo-clearsessionfile/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ClearSessionFile
================

[](#clearsessionfile)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.txt)[![Total Downloads](https://camo.githubusercontent.com/9f0a1d1312f0af1bc204afa3316423b18272c392bf2715742455e289ba14c1e5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c756d61787733622f63726f6f676f5f636c65617273657373696f6e66696c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lumaxw3b/croogo_clearsessionfile)

Croogo CMS ClearSessionFile plugin for session file delete in the tmp/sessions folder.

Installing ClearSessionFile
---------------------------

[](#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

```
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.

Issues
------

[](#issues)

Please report any issues you have with the plugin to the [issue tracker](http://github.com/LuMAXW3B/Croogo_ClearSessionFile/issues) on github.

License
-------

[](#license)

Asset Compress is offered under an [MIT license](http://www.opensource.org/licenses/mit-license.php).

Copyright
---------

[](#copyright)

2015 Lukas Marks ()

### Authors

[](#authors)

See the [github contributors list](http://github.com/LuMAXW3B/Croogo_ClearSessionFile/graphs/contributors)

### Changelog

[](#changelog)

See CHANGELOG for changes only available on `master`. See [github releases](http://github.com/LuMAXW3B/Croogo_ClearSessionFile/releases) for changelogs on previous releases.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/eec3c0ce602bc51b5c3a1d10a0f131047baa497fad9566641ef3648167654bec?d=identicon)[LuMAXW3B](/maintainers/LuMAXW3B)

### Embed Badge

![Health badge](/badges/lumaxw3b-croogo-clearsessionfile/health.svg)

```
[![Health](https://phpackages.com/badges/lumaxw3b-croogo-clearsessionfile/health.svg)](https://phpackages.com/packages/lumaxw3b-croogo-clearsessionfile)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
