Hi,

I am working on a community website, using pylons.

I needed to capture the user navigation by recording user interaction
with the web site. I will store the urls with the query string (GET
method, query param shall help me to understand what they are
searching/looking) corresponding to the special session/cookie id.

All I need is to setup a middleware in the pylons application stack.

1. When a request comes, middleware has to see the session id
generated
2. If the session id present, it has to log the url with the session
id/specific identifier to follow the requests
3. Either db/file, i can log the file

Any idea how to achieve this?

(Don't worry about privacy, integrity issues. This is purely
technical, to analyze what user like the most in the site)

Regards,

Krishgy



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to