Re: [fw-general] Zend_Acl 1.11 broken my code

2010-11-12 Thread Ralph Schindler
Hi All, I've uploaded a patch to Zend_Acl that covers this use case while being completely backwards compatible. I'd really like to see everyone test this so we can feel good about including it ASAP. Issue: http://framework.zend.com/issues/browse/ZF-10649 Patch: http://framework.zend.com/i

Re: [fw-general] Session db save handler discussion

2010-11-12 Thread Christian Riesen
Correct, you could set your own path and be in the same area, though I must say I prefer to filter through sessions when debugging on the database. Shared hosting more often than not uses the same storage for all users on the same physical server. Setting your own directory, with the correct permi

Re: [fw-general] Session db save handler discussion

2010-11-12 Thread Marian Meres
Hello Christian, > Debugging. With the database, all your sessions for that one > application are in one place. You can see if for example you made a > mistake and it just accumulates sessions like crazy. Also you can > easier get access to the data and then analyze whats happening. As soon as I

Re: [fw-general] Session db save handler discussion

2010-11-12 Thread Christian Riesen
Debugging. With the database, all your sessions for that one application are in one place. You can see if for example you made a mistake and it just accumulates sessions like crazy. Also you can easier get access to the data and then analyze whats happening. Security. Your sessions are yours, not

[fw-general] Session db save handler discussion

2010-11-12 Thread Marian Meres
Hi, this is not really ZF related, but I hope you don't mind more generic question. I've never used any other session save handler than the native php one. As far as I know it raises concerns only related to a) the disk read/write security and/or b) potential load balancing problems (sync between