PHP 使用 session_set_save_handler() 对 Session 进行自定义处理
php代码
/* Session open (called by session_start( )) Session close (called at page end) Session read (called after session_start( ) ) Session write (called when session data is to be written) Session destroy (called by session_destroy( ) ) Session garbage collect (called randomly) */ <? function sess_open($sess_path, $sess_name) { print "Session opened.\n"; print "Sess_path: $sess_path\n"; print "Sess_name: $sess_name\n\n"; return true; } function sess_close( ) { print "Session closed.\n"; return true; } function sess_read($sess_id) { print "Session read.\n"; print "Sess_ID: $sess_id\n"; return ''; } function sess_write($sess_id, $data) { print "Session value written.\n"; print "Sess_ID: $sess_id\n"; print "Data: $data\n\n"; return true; } function sess_destroy($sess_id) { print "Session destroy called.\n"; return true; } function sess_gc($sess_maxlifetime) { print "Session garbage collection called.\n"; print "Sess_maxlifetime: $sess_maxlifetime\n"; return true; } session_set_save_handler("sess_open", "sess_close", "sess_read", "sess_write", "sess_destroy", "sess_gc"); session_start( ); $_SESSION['foo'] = "bar"; print "Some text\n"; $_SESSION['baz'] = "wombat"; ?>
登录后复制
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn

热AI工具

Undresser.AI Undress
人工智能驱动的应用程序,用于创建逼真的裸体照片

AI Clothes Remover
用于从照片中去除衣服的在线人工智能工具。

Undress AI Tool
免费脱衣服图片

Clothoff.io
AI脱衣机

AI Hentai Generator
免费生成ai无尽的。

热门文章
R.E.P.O.能量晶体解释及其做什么(黄色晶体)
2 周前
By 尊渡假赌尊渡假赌尊渡假赌
击败分裂小说需要多长时间?
1 个月前
By DDD
R.E.P.O.保存文件位置:在哪里以及如何保护它?
1 个月前
By DDD
R.E.P.O.最佳图形设置
2 周前
By 尊渡假赌尊渡假赌尊渡假赌
刺客信条阴影:贝壳谜语解决方案
1 周前
By DDD

热工具

记事本++7.3.1
好用且免费的代码编辑器

SublimeText3汉化版
中文版,非常好用

禅工作室 13.0.1
功能强大的PHP集成开发环境

Dreamweaver CS6
视觉化网页开发工具

SublimeText3 Mac版
神级代码编辑软件(SublimeText3)