Well, changing on-disk storage back to RAM didn't help either. I'm baffled as to what the problem could be. Like I mentioned before, my usage is way simple:
cherrypy.session['somevar'] = 'someval' and I can reproduce the problem with a couple other computers quite easily. I like your suggestion about just using cookies instead though. Perhaps I'll travel down that path for a bit. I really don't have a lot of data in the session anyway. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

