Hello Jose,

I haven't been using pylons for a while, but looking at your code, I 
think you need to explicitly save() sessions.

>     def set(self):
>         session['name'] = 'jose'
           session.save()
>         return response('session set')

But maybe things have changed, or maybe I can't remember right, playing 
around with many projects at the same time. :)

Regards,
-- 
Alexandre CONRAD - TLV FRANCE
Research & Development


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss
-~----------~----~----~----~------~----~------~--~---

Reply via email to