php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #59826 Session are always compressed. won't work with other servers
Submitted: 2011-06-22 14:21 UTC Modified: 2011-06-22 18:00 UTC
From: sathia dot musso at gmail dot com Assigned:
Status: Closed Package: memcache (PECL)
PHP Version: 5.3.3 OS: debian 6.0.1
Private report: No CVE-ID: None
 [2011-06-22 14:21 UTC] sathia dot musso at gmail dot com
Description:
------------
is there any way to tell the extension to not compress 
sessions? i've tried both with very small sessions arrays and 
larger ones, but they are always compressed.

I'm trying to share the load between two servers, one of which 
cannot be updated, so when the session is set from the newer 
server the older one won't be able to parse it.

Expected result:
----------------
I'd like to have a flag where you can disable session 
compression


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-06-22 18:00 UTC] sathia dot musso at gmail dot com
Sorry for anyone losing time here. it was the darned suhosin 
patch. it was enough to suppress the encryption of the 
sessions... 

suhosin.session.encrypt=Off inside the php.ini
took me a while to figure it out though.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 14 06:01:35 2024 UTC