kangguru / rack-google-analytics

Simple Rack middleware for implementing google analytics tracking in your Ruby-Rack based project. Supports synchronous and asynchronous insertion and configurable load options
MIT License
257 stars 53 forks source link

Memorize old events on multiple redirects #46

Closed mortro closed 9 years ago

mortro commented 10 years ago

On a redirect the middleware only stores new events from the current call. Old events stored in rack.session will be lost on the second redirect.

jhilden commented 10 years ago

looks good to me. any objections against merging this @kangguru ?