Howdy.
I've been going pywork-crazy for the past few days (in a good way,
that is) writing your run-of-the-mill webapp. I've been stuck on the
problem of sessions recently, though.
From where I stand, the self._session object in a class that
inherits from pywork.Action indeed has a self._session object, but it
behaves just like a local dictionary.
I have done much code tracing, and I just cannot figure this out. I
tried setting my session manager to mod_python's Memory and Dbm
sessions in the pywork.xml. I have also tried munging up pywork code
to get the session to explicitly make a cookie (which, from my end, it
does not) all to no avail.
All in all, I am enjoying pywork to no end. I'll hopefully never
touch a byte of php. If any tips or tricks are known for coercing
sessions to do their thing, they would be greatly appreciated.
Thanks,
-Mark Chadwick
|