On Sep 30, 4:59 pm, Gabriel Rossetti <gabriel.rosse...@arimaz.com> wrote: > Hello everyone, > > how can I pass an object in between pages without using the session? The > problem is that the object can be pickled so it can be put in a session, > any ideas? > > Thank you, > Gabriel
Why can't it be pickled? Clearly, since every request is independent, if it really can't be pickled there is no way of passing it from one to the next. Could you store the necessary values to recreate the object? -- DR. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---