Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16462 программиста и 1670 роботов. Сейчас ищут 1629 программистов ...
HTTP_Session2
Вернуться к: HTTP
The HTTP_Session2 package provides an Object-oriented interface to the session_* family functions. It's a PHP5 port of the HTTP_Session package.
HTTP_Session2 provides extra features such as database storage for session data using the DB and MDB2 package. It also introduces new methods, such as isNew(), useCookies(), setExpire(), setIdle(), isExpired(), isIdled() and others.
- Introduction — An introduction to HTTP_Session2
- Using a database container — How to store session data in a database with HTTP_Session2
- Making a session persistent — This example illustrates how to make a session persist over multiple browser sessions using a so called "session cookie".
Вернуться к: HTTP