Hi everybody My name is Alberto and I work in a software company; we developed an interface to cics 3270 world by turbogears2 and x3270 software; all is working but now we have a big problem with authentication. we serve multiple company and out internal standard for every project in the web is www.project.it/xx/..... where xx is a code for the company. The first problem with this type of url are the sa_auth.login_url, sa_auth.logout_handler, sa_auth.post_login_url, sa_auth.post_logout_url: we need something like /xx/login, /xx/post_login etc. where xx is parametric. Same problem with sa_auth.cookie_name , we need something like "auth_tkn_xx" and not the simple "auth_tkn" as now. Is there a way to give this value by our code? Sorry for my bed Englisk Best regards Alberto
-- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/turbogears/9d0a7fdc-e9e7-4570-8343-9ac8edda9af2n%40googlegroups.com.

