Fastpath Customer Chat Route Path for Cookies

I have plugged in the fastpath customer chat ( open fire 3.3.2) in my portal. I am storing customer info as a cookie, and which is read by the routh path and used by the webchat to identify the user.

Now I want to encrypt the cookie, which is just the user’s name. Now from the webchat I can grab the encrypted cookie and decrypt it. But the webchat still reads from the route path and still shows the encryoted String as the user’s name.

Does anyone how which file should I intercept and decryot the cookie so that I get the real username to identify the user in the chat room.

I tried looking into a couple of jsp files like userinfo.jsp, but that doesnt work. Any advice on where I should fed the decrypted variable to will be highly appreciated.

Thanks,

CrystalCracker