eri x
unread,Jun 15, 2009, 5:59:15 AM6/15/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to trac...@googlegroups.com
Hi,i had a problem on saving a variable in a plugin because sometimes it get initialized from trac while i am working on it.
Putting a counter in my code and visualising it in the template i discovered that when i take a pause for some minutes and then began to work again trac creates a new instance of the plugin and initialize the counter,when i take a pause again for some time and than began to work trac uses the old istance of the plugin and works with the old counter, and it continues to move between the instances every time i pause for some minutes,the only way for trac to don't change the instance is to work on the plugin frequently.
Can anyone suggest what to do for avoiding this problem.
Regards Ermal