google-code-export / hyk-proxy

Automatically exported from code.google.com/p/hyk-proxy
2 stars 0 forks source link

BUG:添加多个GAppID时,某些论坛不能记忆登录状态。 #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
我把hyk-proxy安装在两个AppID上,并同时在Pingins-GAE0.9.0-config
 - 
new中成功添加。按您的设计,它们应该遵循轮询的方式工作��
�可结果却是,这会使我在某些论坛不能记忆登录状态。
比如,这个论坛:http://www.141hongkong.com/forum/index.php
而我如果只留下一个AppID,它就会完全正常。

所以,我反映的BUG是,添加多个AppIDs时,某些论坛不能记忆��
�录状态。而我在Wordpress.com的博客又不受影响。

What version of the product are you using? On what operating system?
最新版0.9.0,windows XP

Please provide any additional information below.

Original issue reported on code.google.com by congxz6...@gmail.com on 13 Sep 2010 at 8:45

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
另外,能不能请您解释一下轮询策略的含意?是并行还是按��
�求自动切换?配置多个AppID能不能提高效率?

Original comment by congxz6...@gmail.com on 14 Sep 2010 at 12:37

GoogleCodeExporter commented 9 years ago
在0.8.6就已经增加了一个appid 
bind的feature,意即执行匹配的目的site选择指定的appid作为目的
proxy server。
需要手动修改GAE plugin的配置文件hyk-proxy-gae-conf.xml,如
<AppIdBindings>
        <Binding appid="yourappid">
            <site>abc</site>
            <site>xyz</site>
        </Binding>
    </AppIdBindings>

Original comment by yinqiwen@gmail.com on 14 Sep 2010 at 1:54

GoogleCodeExporter commented 9 years ago
我明白您说的指定匹配的意思。
我想说的是,既然出现不能登录的问题,会不会是这种情况��
�在不进行site选择指定时,多个appid相互清除CACTH,毕竟登录��
�息是以CACTH的形式存在本地的嘛。
当我通过hyk-proxy浏览多图时,很明显的,我配置的多个appid都
有流量,我猜想在它们相互切换时一定是消除了一些东西的��
�其中就有登录信息。
或者,是不是可以这样理解?如果不进行目的匹配指定,那��
�不要配置多个appid,反正也没有什么好处。(请问究竟有没��
�好处?不然只设一个算了。)
谢谢。

Original comment by congxz6...@gmail.com on 14 Sep 2010 at 3:22

GoogleCodeExporter commented 9 years ago
应该是实际的server限制了IP

Original comment by yinqiwen@gmail.com on 14 Sep 2010 at 3:36

GoogleCodeExporter commented 9 years ago
好吧。那我就只用一个好了。其余的先共享,反正闲着也是��
�着。

再次感谢你的创作,这东西太好用了。

Original comment by congxz6...@gmail.com on 14 Sep 2010 at 3:58

GoogleCodeExporter commented 9 years ago

Original comment by yinqiwen@gmail.com on 25 Sep 2010 at 1:52