Hi,
For those of you that have a member database. Lets say that the member logs in. I store the member number in my Session["membernumber"] = "1122334455". Then the click on chat. Is there a way to pipe that information through so that number displays on the operator console. Then the operator would just look at that number and tell the user your order is on the way, you accout balance is 4400.00 without reauthenticating them like.. can I have your user number, can I verfiy your address/phone number, etc.
Now I looked at the post for prefill pre-survey fileds. If I fill the Name filed with "Act Num: 1122334455" and auto sumit the pre-survey form, that field shows up nicely on the left side of the operator console but the process is not secure. Anyone can go to
http://myserver/SightMaxAgentInterface/PreChatSurvey.aspx accountID=1&siteID=1&queueID=2&SmartMax2=ActNum:88888888.
Now my operator would think that user 88888888 already logged in (which is not the case) and give the user all the info about 88888888 account.
Anyone has any workarounds for this? Some secure way of transfering this data would be very crucial feature for some users!
Thanks