From: Reini U. <ru...@x-...> - 2007-03-16 21:54:33
|
da...@an... schrieb: > First off, I'd like to say thanks for all the exceptional work that you have > done in phpwiki. The design and architecture is elegant, and I have learnt very > much in the understanding of the system. I greatly appreciate the style and > flow of the coding. > > I sent a message to the phpwiki talk mailing list a few days ago with a phpwiki > issue (Subject: Authentication not persisting). THIS email is not intended as > attempting to get a private answer, or to speed up an answer, or to hassle you > at all. > > Rather, I would like to know if there is something in my asking, or something in > my problem that I could have asked more wisely (more information, or anything > else) or in a better way to receive some help on this issue. Or perhaps > something in the nature of the problem that makes it non answerable. > > If not, then please take this communique as an expression of gratitude and > nothing more. Sorry for not answering that fast as it used to happen here. 1. I was the whole week on a business trip and my UMTS modem didn't work in germany and england. 2. Your question is a FAQ. Loosing session information is very common. Unusual is that you debugged the code very far. But a solution is still pending. We should really switch to a more light weight session handling with simple hashes instead of objects. But this will not happen until summer. The most common error is within your php installation. |