You can also analyse the log files of your server:
you'll get:
 * GET (the form) or POST (user data) info
 * Path part of the URL (to retrieve the project and the context:
wiki, ticket, ...)
 * User login
 * Date
As long as a user fills ticket in sequence (not working on two tickets
simultaneously) it should work and you won't have to modify Trac code.

HTH,
Manu

On 11/9/07, wjb <[EMAIL PROTECTED]> wrote:
>
> Hi all-
>
> I'd like to record the time that a user accesses a particular page
> that is served up by trac.  The user will give some inputs and submit,
> with a post request being handled by the same script.
>
> It seems like the best way to do this would be to store away the form
> token and start time and then when the submission takes place, take
> the difference in times for that token.  I know I can access the form
> token after the template page has been served (at post time) but is
> there a way to grab the token before the template is served?  Or
> alternatively, is there a way to save off the time using an onLoad in
> javascript?
>
> Thanks for your help.
>
>
> >
>


-- 
Manu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" 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/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to