Hi , I Installed Trac with Apache 2.2 and mod python. Accountmanager and
also added my configuration in httpd.conf is like this:

LoadModule python_module modules/mod_python.so

<Location /projects/credenc>
   SetHandler mod_python
   PythonInterpreter main_interpreter
   PythonHandler trac.web.modpython_frontend
   PythonOption TracUriRoot "/projects/credenc"
   PythonOption TracEnv C:\tracprojects\credenc
</Location>

And the trac.ini:

[account-manager]
force_passwd_change = true
password_file = C:\tracprojects\credenc\.htpasswd
password_format = htpasswd
password_store = HtPasswdStore


[components]
acct_mgr.admin.accountmanageradminpage = enabled
acct_mgr.htfile.htpasswdstore = enabled
acct_mgr.web_ui.loginmodule = enabled
acct_mgr.web_ui.registrationmodule = disabled
trac.web.auth.loginmodule = disabled

The problem is that the system authenticates fine but the session is lost
many times. Example: Once the User test1 and test2 on another machine. After
a while, or often at the same time, depending on where it loses click the
sessions and shows as test1 and test2.

Someone has been there? What is the safest way to authenticate that I can
use?

Thanks

--~--~---------~--~----~------------~-------~--~----~
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