I have read that a method to share the session is exactly using
memcache like session_handler.
And I have to share Cake session with other web application.
On 7 Ott, 16:44, jperras wrote:
> Memcache being used as a cache configuration and Sessions have pretty
> much nothing in common, unless yo
Memcache being used as a cache configuration and Sessions have pretty
much nothing in common, unless you've set your session save handler
(in app/core.php) to be cache-based, which is usually not a good idea
unless you know what you're doing.
-j.
On Oct 6, 5:19 pm, "marco.rizze...@gmail.com"
wr
Have someone any suggestion about this?
On 6 Ott, 23:19, "marco.rizze...@gmail.com"
wrote:
> Hi
> I have installed memcache on my system.
> I have setted CakePHP to use memcache.
> I have setted the Configure::write('Security.level', 'medium');
> All seems to work but sometimes I lost the
Hi
I have installed memcache on my system.
I have setted CakePHP to use memcache.
I have setted the Configure::write('Security.level', 'medium');
All seems to work but sometimes I lost the session. In particular I
note this when I do a sequence of ajax call.
A simple example to show this err