English 中文(简体)
网址:www.un.org
原标题:Running php script in background with session access

I need to call php script from main script that will run in background (i just want to call and proceed without waiting for response) But I need access to user session in called script

最佳回答

我的建议并不使用缺席的购买力平价会议,因为它可能与背景进程一起工作。 我将建议<代码>session_set_save_handler

http://www.php.net/manual/en/Function.session-set-save-handler.php#96305“rel=“nofollow” http://www.php.net/manual/en/Function.session-set-save-handler.php#96305

问题回答

电话

string file_get_contents ( string $filename [, bool $use_include_path = false [, resource $context [, int $offset = -1 [, int $maxlen ]]]] )

页: 1 =0;

在档案中,你可以给该圆顶。 在这次午餐会上,在所谓的笔会中,利用会议次数(id)然后打电话会议开始(启动)。

确保至少520个使用冲()和肥料(面)的手法,从而不会等待打字。

“会议”背后的整个点是,用户用户能够以“无状态”的方式多次与服务器连接,但“状态”仍与单一链接。 同一用户的多个链接之间共享了“应急”数据。

当你放弃服务器上的背景过程时,不论你是否重新使用购买力平价,“会议”不再具有任何实际意义。 用户甚至可能关闭其客户机器,对服务器背景程序没有任何影响。

有鉴于此,按照其他地方的建议使用库克群岛是完全无用的。 客户机器可节省库克群岛,而背景过程将无法进入。

如果客户知道你的背景情况需要的话,那么电话程序需要将它作为某种参数或作为某种数据文档传递给背景过程。

我建议把“SESSION”变量作为Json-encoded数据储存到临时档案中。 背景过程可以读到该档案,Json-decode 重新编成一个阵列,然后使用该档案,就像它仍然是“SESSION”。 然后,删除临时档案。

$_COOKIE[ PHPSESSID ] =  user_session_id ;//Transfer parameters through $GLOBALS[ argv ]
session_start();




相关问题
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 ...

热门标签