dqed19166 2012-07-05 23:03
浏览 38

如何使用cookie跟踪重定向之间的页数?

I work for an online web survey company -- our participants are compensated based on the length of the study they participate in. I'm kind of lazyTo verify the compensation is correct, I would like to track it automatically via cookies to compare with manual counts. Also, every participant might have a different count, so I'd like to be able to more accurately compensate. Time is not very effective since someone could walk away and come back later.

Every survey works like this "participation page".php (domain1) ----> redirect.php(domain2) --> "external survey"(not mine) ----> "endredirect".php (domain2) ---> "Thanks Page"(domain1).

Currently I record the time when you leave the participation page, and when you return to the end page and calculate the number of minutes and estimate how much you should receive.

Is it possible to see a history using a cookie when our participant gets back to the end-page? If possible I just want to count backwards to the start page.

Thanks

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥20 求数据集和代码#有偿答复
    • ¥15 关于下拉菜单选项关联的问题
    • ¥15 如何修改pca中的feature函数
    • ¥20 java-OJ-健康体检
    • ¥15 rs485的上拉下拉,不会对a-b<-200mv有影响吗,就是接受时,对判断逻辑0有影响吗
    • ¥15 使用phpstudy在云服务器上搭建个人网站
    • ¥15 应该如何判断含间隙的曲柄摇杆机构,轴与轴承是否发生了碰撞?
    • ¥15 vue3+express部署到nginx
    • ¥20 搭建pt1000三线制高精度测温电路
    • ¥15 使用Jdk8自带的算法,和Jdk11自带的加密结果会一样吗,不一样的话有什么解决方案,Jdk不能升级的情况