So I've run into some odd behavior and am wondering if anyone has experienced this or has a solution:
I have a user-based Pylons website, requiring login/password and it stores a userid in the Pylons session. And it's worked fine for me until recently when: I started populating data on the page with numerous Ajax calls (tens?). This has caused my session obj to disappear on proceeding pages - when I looking for my session['userid'] that was previously set, it's gone! If i disable my ajax calls, all goes back to normal and works. Ideas as to why this happens? -- 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?hl=.
