Skip to content

krakjoe/apcu-ps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APCu PS Module

This module uses the APCu allocator, but a separate APCu cache to store sessions.

NOTE: APCu will need to be configured with enough shared memory to store sessions, this is hugely dependant on your application.

Things To Do

  • Persist sessions to disk on shutdown
  • Allow configuration of PS cache via INI

How To

Simply call

session_module_name("apcu");

Before

session_start();

And you are ready to go !!

About

APCu PS Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published