This has everything to do with new European cookie law ;-(
Is it possible to start some script (on every call), before rails
application is hit. Script would check for the presence of a cookie and
if it is there just pass control forward. If not it would popup window
about legal stuff and redirect to original address.
On Monday, June 3, 2013 7:07:22 AM UTC+1, Ruby-Forum.com User wrote:
This has everything to do with new European cookie law ;-(
Is it possible to start some script (on every call), before rails
application is hit. Script would check for the presence of a cookie and
if it is there just pass control forward. If not it would popup window
about legal stuff and redirect to original address.
This has everything to do with new European cookie law ;-(
Is it possible to start some script (on every call), before rails
application is hit. Script would check for the presence of a cookie and
if it is there just pass control forward. If not it would popup window
about legal stuff and redirect to original address.
Out of interest is there a reason why this could not be done more
simply using a before_filter?