On Sat, Nov 29, 2014 at 12:09 PM, Mehdi <[email protected]> wrote: > I did some tests and i got that beaker sets a cookie on client side with > 'mykey' value which will be used to restore the same session on each > request until the session/cookie expires. so am i right? >
Yes. > Anyway if i have another session key how can i read some values from that > session? > There is no API for this. You can find a long discussion of this topic on this earlier thread from this forum: https://groups.google.com/d/topic/pylons-discuss/KPOI21g2iW0/discussion > On the server side how can i manage those sessions? i mean are those > session files just python pickles? > Yes. I believe beaker uses pickle for serialization. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
