开发者

Advanced PHP sessions [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

i'm looking for an advanced tutorial about PHP sessions. With a deep understanding of how they works, avoiding to get into the PHP source code (the Zend engine).

EDIT

I wanted to avoid the "PHP Source Code" 开发者_Python百科(as my original question says), which means, avoid the C code from the Zend Engine (at that moment).


PHP sessions manual. WARNING: Has PHP Code.


If you want a decent tutorial on PHP sessions, I would look over here.

Note that it's going to be very hard to gain a "deep understanding" of how they work without getting into the PHP code.


There is the same mechanism with java/servlet if you can't bear php...

look for getSession in HttpServletRequest

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜