User Session Variable?

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
sirbanks
Posts: 42
Joined: 05 Nov 2008, 15:14

User Session Variable?

Post by sirbanks »

I hope someone can point me in the right direction here. We have multiple websites with separate log-ins for each site and want to change this to a single login. Since each site is on different servers we thought we would create a user profile (in our primary site, not Mantis) where the user enters his log in information for each of our sites. Then, when he logs in we can access the needed log in information to pass to whichever site needs to be logged in. This leads to the question of how do we pass this to Mantis? I was hoping a session variable or cookie was created by Mantis at user log in that we could create earlier in the process and passed to Mantis? If this makes sense? It looks to us like a unique session is created at each log in, one that we could not create earlier in the process. Any help is appreciated.
Post Reply