Hello, Maybe there is someone having an idea about this:
There seems to be a couple of unsolved ? problems in combination with 'User tampered with session cookie'.... I have already used successfully the save/restore-session possibilty, with no problem. I do things like req.session['uid'] = uid, req.session['domains'] = domains, domains = req.session['domains'] with no problem. But when I want to store a more complicated object than a simple list using the cPickle module I get the 'User tampere...'-message. Environment: debian etch, python-django 0.95-1,no php,apache2.2.3-3.2. Another question is how to delete a session explicitly. I want to give the user the possibilty to logout. I do not find anything to delete the session? thx. -- Gregor Kling DV-Zentrum Fachhochschule Giessen Tel: 0641/309-1292 E-Mail: [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

