Forum Moderators: DixonJones

Message Too Old, No Replies

POST requests not being logged.

Quiz logging not working.

         

TinkyWinky

9:07 pm on Dec 17, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have a quiz that posts to the same file for each of 10 questions and answers - i only see one line in my log file... but the page definitely reloads between each question

Any ideas why or how I can ensure that I get 10 page impressions... without using GET

Any help gratefully received!

cgrantski

5:40 pm on Dec 18, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If all the quiz code is being loaded to the client, then the server is not being referenced during the quiz. Page tagging will do it, but I'll bet you're not interested in that. However, an easy page tag can be written that will ping something on the server every time the Post happens.

Not very helpful, sorry.