On Mar 2, 8:24 am, mdipierro <[email protected]> wrote: > Excellent idea. I can see lot of value in this. > well, all we need is something like this... > > session.connect(request,response,db) > if not session.history: session.history=[request.env] > session.history.append((request.now, request.env.path_info)) > > 1) something in tickets to correlate with sessions (actually the > visitor ip is already in the name) > 2) an app to make the graph
It would also be nice if the information could (at least optionally) be stored in a database. This is especially relevant and useful for _split testing_ (whereby new web app features are rolled out only to some users to test the features' effectiveness). --Jonathan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

