improve SessionContext docs, clarify threadlocal and de-emphasize threadlocal mod

Issue #310 resolved
Mike Bayer repo owner created an issue

pretty high on the user confusion list is whats threadlocal, why are my objects saying theyre in a session already (because they imported threadlocal without knowing what it is), whats objectstore, are sessions threadsafe, why does my code break because i put a session at the module level, etc. so we really have to make SessionContext a first class citizen and make it really clear what "threadlocal" is all about, and perhaps also make the "proxy" used by threadlocal/ActiveMapper an extra helper in the sessioncontext module.

Comments (2)

  1. Log in to comment