dongmengan8620 2018-10-22 10:14
浏览 41

Livezilla - 会话之间总是相同的访问者

I have a Livezilla instalation where I have the following problem. If USER X logs in one browser, and sends a chat message to an operator it shows as as USER X. But, after USER X logging off and USER Y logs in using the same browser, and send a chat message to the operator, it will show as being USER X instead of USER Y.

Here's what I'm doing:

<script type="text/javascript">
var lz_data = {overwrite:false,111:'<?php echo $_SESSION["username"]; ?>', language:'<?php echo $_SESSION['userlang']; ?>'};
</script>
<script type="text/javascript" id="a739c86be11f7d549fc15891d95e3fe8" src="www.my-livezilla-domain.com/script.php?id=a739c86be11f7d549fc15891d95e3fe8" defer></script>

Anyone has any insight to what I could be doing wrong? Do you need me to provide more information?

Thanks in advance.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥20 我想使用一些网络协议或者部分协议也行,主要想实现类似于traceroute的一定步长内的路由拓扑功能
    • ¥30 深度学习,前后端连接
    • ¥15 孟德尔随机化结果不一致
    • ¥15 apm2.8飞控罗盘bad health,加速度计校准失败
    • ¥15 求解O-S方程的特征值问题给出边界层布拉休斯平行流的中性曲线
    • ¥15 谁有desed数据集呀
    • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
    • ¥15 关于#hadoop#的问题
    • ¥15 (标签-Python|关键词-socket)
    • ¥15 keil里为什么main.c定义的函数在it.c调用不了