PHPackages                             lumaxw3b/croogo\_clearsession - 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\_clearsession

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

lumaxw3b/croogo\_clearsession
=============================

ClearSession plugin for Croogo CMS 2.x versions.

117PHP

Since May 19Pushed 11y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

ClearSession
============

[](#clearsession)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.txt)[![Total Downloads](https://camo.githubusercontent.com/ffd6ea4c988f9c000b9a3cfddf1b23ab019606bf3f9956b7bdf00e785701a634/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c756d61787733622f63726f6f676f5f636c65617273657373696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lumaxw3b/croogo_clearsession)

Croogo CMS ClearSession plugin for session record delete from the database table.

Installing ClearSession
-----------------------

[](#installing-clearsession)

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' => 'database',
	// '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 cake\_sessions database table

```
CREATE TABLE `cake_sessions` (
  `id` varchar(255) NOT NULL DEFAULT '',
  `data` text,
  `expires` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
);
```

Install the ClearSession Plugin and delete all selected sessions from the database table with one klick.

Issues
------

[](#issues)

Please report any issues you have with the plugin to the [issue tracker](http://github.com/LuMAXW3B/Croogo_ClearSession/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_ClearSession/graphs/contributors)

### Changelog

[](#changelog)

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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community2

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-clearsession/health.svg)

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

###  Alternatives

[antwerpes/barcodes-1d

Library for programmatically creating and rendering barcodes

258.7k](/packages/antwerpes-barcodes-1d)[y-ui/laravel-data-masking

A mysql data masking tool with Laravel

293.3k](/packages/y-ui-laravel-data-masking)

PHPackages © 2026

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