redis-session-php icon indicating copy to clipboard operation
redis-session-php copied to clipboard

Results 2 redis-session-php issues
Sort by recently updated
recently updated
newest added

On PHP 8.1 I am getting issues connecting to redis through RedisSession start-session.php: ``` // this must match the express-session `secret` in your Express app define('EXPRESS_SECRET', 'test'); // this id...