Hi all, I'm building intranet apps at work using Pylons and I have a question about the session. The users of my app are used to having multiple tabs/browsers open to the same application (which were previously CGI applications), and would like to do the same thing with my Pylons applications. Within those tabs/browsers they want to look at/interact with different data from the system. My question is about the session id; each tab/browser instance gets the same session id value. Is there a way to maintain unique session data for each tab/browser instance so the users of my application don't have data/interaction collisions between tab/browser instances?
Thanks in advance, Doug -- 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=en.
