Martin Stoufer wrote .. > Graham Dumpleton wrote: > > Martin > > > > Have you been noticing the feedback on the mod_python developers > > list about the session examples you are posting to the wiki? I ask as > > you are getting various things wrong, with your examples actually > > being neither robust nor secure and I haven't seen you going back > > and addressing any of the issues raised. > > I haven't seen any emails. And I'm even on the SVN, python-cvs, and > mod_python wiki lists. I am more than happy to address peoples issues.
What about the [email protected] list. Ie., the mod_python developers list. This is where any replys to wiki update messages go. I've seen at least one post from you got to that list, so figured you were on it. See: http://mail-archives.apache.org/mod_mbox/httpd-python-dev/200612.mbox/[EMAIL PROTECTED] http://mail-archives.apache.org/mod_mbox/httpd-python-dev/200612.mbox/[EMAIL PROTECTED] http://mail-archives.apache.org/mod_mbox/httpd-python-dev/200612.mbox/[EMAIL PROTECTED] http://mail-archives.apache.org/mod_mbox/httpd-python-dev/200612.mbox/[EMAIL PROTECTED] I've pushed this back onto that list now that I have got your attention and changed the subject to match what was used for the discussion there. BTW, on session 3.3 page, it should be: PythonOption mod_python.session.session_type MemorySession not: PythonOption mod_python.session.MemorySession But then, using MemorySession as an example may not be the best. Graham
