Web Database Applications With Php And Mysql (2nd Edition) [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Web Database Applications With Php And Mysql (2nd Edition) [Electronic resources] - نسخه متنی

David Lane, Hugh E. Williams

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید








Appendix F. Managing Sessions in theDatabase Tier




In Chapter 10, we
discussed the development of session-based applications using the PHP
session management features. In this appendix, we briefly explain how
to create your own, alternative session storage functions that store
session variables in a database. Specifically, this appendix covers:

Why you might want to replace the default PHP session storage layer
with customized functions using the database tier

How to write user-defined PHP session storage handlers

How to create and install a fully functional set of PHP handlers that
use a table in a MySQL database to store session variables



/ 176