On Jul 30, 2006, at 10:36 AM, [EMAIL PROTECTED] wrote: > > ... > I'd assume the problem was due to the fact that mod_python spawns new > processes for each request, right? > > Is there a workable solution for using class variables with > mod_python? > I'd hate to store this temporary information (removed once the user > successfully changed his password) in the DB. > > Or is there something else scwewy awound here?
Why not use sessions? Don --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

