I am having a few issues doing the following and support doesn't seem to be the most amazing so i thought i would try here.
I have a site where all my users login to a members section and from there can submit tickets. I have managed to create a loginShare that bypasses the login for the ticket system if the user is already logged into member section. My problem is, when the user goes into the ticket section all of the sites session data including deatails of who is logged in is deleted. This means that when the user goes back to any section in the member area they are asked to log in again because the session var that states who they are is removed!! Why is my original session data being killed? Is there away around this?
I did as support how the modernbill loginshare works as it uses $_SESSION vars to pass the email and password to login but the reply was "This is not possible by default. You need to modify the integration script yourself for this"
I just want to know how!
