English 中文(简体)
跨多个领域维持会议的最佳办法
原标题:Best approach to maintain session vars across multiple domains

我正在建立一个像伞式系统这样的工具屏障,把4个不同地点连接起来,并且需要一劳永逸地从任何地点记录下来,然后才能进入所有其他地点。 我需要在闭会期间维持大量数据。 这样做的最佳办法是什么? 我已经很想知道,只是把会议储存在一个新地点,然后重新检索,但想知道这是否最佳。

最佳回答

绝对有效的方法,但如果会议变数发生变化,你必须找到一个能够更新和收集会议的文件。

问题回答

确实,它是一种非常有效的技术。 它易于维持一个从各个地点可以进入的中心数据库。 在这条道路上,如果他们有关系的话,他们可以分享更多的信息,这样我就可以再一次。

。 这里讨论的是这一问题。





相关问题
why the session in iis automatically log out?

I used iis6, and when i called a function Directory.delete(), the all the session relate this website will be logged out. and i debugged the website, i found no exception. any one have ideas on this ? ...

Check session from a view in CodeIgniter

What is the best way to check session from a view in CodeIgniter, it shows no way in their user guide, otherwise I will have to make two views on everything, which is kinda weird...still a newbie to ...

Can I get the size of a Session object in bytes in c#?

Is it possible to get the size(in bytes) of a Session object after storing something such as a datatable inside it? I want to get the size of a particular Session object, such as Session["table1"], ...

提供严格分类的出席会议物体

提供严格分类的与会机会的最佳方式是什么? 我正计划转而选择矩阵,这正在促使汇编者抱怨我的幻觉方案拟订方法......

PHP Session is not destroying after user logout

I m trying to create an authentication mechanism for my PHP Application and I m having difficulty destroying the session. I ve tried unsetting the authentication token which was previously set within ...

热门标签