Thanks !
Sure i could add some debugging to _gc, though i guess
it won't show anything, because the method is never called.

in the meantime i have checked php.ini files of both servers,
these are the session directives:

-> my local server (sessions working)

session.entropy_length  0       0
session.gc_divisor      100     100
session.gc_maxlifetime  1440    1440
session.gc_probability  0

-> remote server (where sessions remain the database)

session.entropy_length  16      16
session.gc_divisor      1000    1000
session.gc_maxlifetime  1440    1440
session.gc_probability  0

the only remarkable difference is the dc_divisor...
hm... any ideas ?

jyrgen


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to