I found it's problem about Visit Tracking. if I set visit.on=False. then it wouldn't get tracback. but i really need visit tracking. Below is relative setting in app.cfg. is there anything wrong?
# Enable Visit tracking visit.on=True # Number of minutes a visit may be idle before it expires. visit.timeout=20 # The name of the cookie to transmit to the visitor's browser. visit.cookie.name="gsa-visit" # Domain name to specify when setting the cookie (must begin with . according to # RFC 2109). The default (None) should work for most cases and will default to # the machine to which the request was made. NOTE: localhost is NEVER a valid # value and will NOT WORK. # visit.cookie.domain=None # Specific path for the cookie visit.cookie.path="/" # The name of the VisitManager plugin to use for visitor tracking. visit.manager="sqlobject" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

