View Single Post
  #15  
Old 01-18-2013, 02:17 AM
Monarobase Monarobase is offline
Senior Member
 
Join Date: Jan 2013
Posts: 95
Looks promissing in the xcache.ini for Xcache 3.0.1 :

Code:
; mode:0, const string specified by xcache.var_namespace
; mode:1, $_SERVER[xcache.var_namespace]
; mode:2, uid or gid (specified by xcache.var_namespace)
xcache.var_namespace_mode =    0
xcache.var_namespace =        ""
I presume we would use the following :

Code:
; mode:0, const string specified by xcache.var_namespace
; mode:1, $_SERVER[xcache.var_namespace]
; mode:2, uid or gid (specified by xcache.var_namespace)
xcache.var_namespace_mode =    2
xcache.var_namespace =        "gid"
Could you give it a go and see if it fixes the issue ?

Last edited by Monarobase; 01-18-2013 at 02:22 AM..
Reply With Quote