Re: Pass a non-pickable object in between pages without using the session

2009-10-01 Thread Gabriel Rossetti
Karen Tracey wrote: > On Wed, Sep 30, 2009 at 1:49 PM, Gabriel Rossetti > mailto:gabriel.rosse...@arimaz.com>> wrote: > > > Why can't it be pickled? > > Because it has a socket open > > > Clearly, since every request is independent, > > if it really can't be pickled there is no wa

Re: Pass a non-pickable object in between pages without using the session

2009-10-01 Thread Gabriel Rossetti
Carsten Reimer wrote: > Hi, > > Karen Tracey schrieb: > >> On Wed, Sep 30, 2009 at 1:49 PM, Gabriel Rossetti >> mailto:gabriel.rosse...@arimaz.com>> wrote: >> >> > Why can't it be pickled? >> >> Because it has a socket open >> >> > Clearly, since every request is independent, >>

Re: Pass a non-pickable object in between pages without using the session

2009-10-01 Thread Carsten Reimer
Hi, Karen Tracey schrieb: > On Wed, Sep 30, 2009 at 1:49 PM, Gabriel Rossetti > mailto:gabriel.rosse...@arimaz.com>> wrote: > > > Why can't it be pickled? > > Because it has a socket open > > > Clearly, since every request is independent, > > if it really can't be pickled t

Re: Pass a non-pickable object in between pages without using the session

2009-09-30 Thread Karen Tracey
On Wed, Sep 30, 2009 at 1:49 PM, Gabriel Rossetti < gabriel.rosse...@arimaz.com> wrote: > > Why can't it be pickled? > > Because it has a socket open > > > 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 y

Re: Pass a non-pickable object in between pages without using the session

2009-09-30 Thread Gabriel Rossetti
Daniel Roseman wrote: > On Sep 30, 4:59 pm, Gabriel Rossetti > 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 >>

Re: Pass a non-pickable object in between pages without using the session

2009-09-30 Thread Gabriel Rossetti
Christophe Pettus wrote: > On Sep 30, 2009, at 8:59 AM, Gabriel Rossetti wrote: > >> 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? >> > > Could you store it in the

Re: Pass a non-pickable object in between pages without using the session

2009-09-30 Thread Daniel Roseman
On Sep 30, 4:59 pm, Gabriel Rossetti 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 ever

Re: Pass a non-pickable object in between pages without using the session

2009-09-30 Thread Christophe Pettus
On Sep 30, 2009, at 8:59 AM, Gabriel Rossetti wrote: > 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? Could you store it in the database? -- -- Christophe Pettus x...@th

Pass a non-pickable object in between pages without using the session

2009-09-30 Thread Gabriel Rossetti
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 --~--~-~--~~~---~--~~ You received this message because you are subsc