PHP SOS:念实现在浏览器创建一个会话时,记录一条访问记录,有什么好的解决方案

WBOY
Release: 2016-06-13 12:16:06
Original
1023 people have browsed it

PHP SOS:想实现在浏览器创建一个会话时,记录一条访问记录,有什么好的解决方案
PHP SOS:想实现在浏览器创建一个会话时,记录一条访问记录,有什么好的解决方案
------解决思路----------------------
对PHP不是很熟。
不过之前在对比ASP.NET、ASP、Java Web和PHP时,无意中听说PHP的会话(Session)机制有所不同,通过其自身的session_set_save_handler方法可以模拟实现ASP(.NET)的Session_OnStart和Session_OnEnd事件的效果。
具体细节,可参考http://php.net/manual/zh/function.session-set-save-handler.php
希望能帮上忙!
------解决思路----------------------
日志不够?
单入口怎么样?
找个apache模块?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!