A simple php session class, using session.
Approximate usage
example :log in page: $session = session::getObject();
$session->set_ture(); // if $row['password'] ==
next page :
log out : $session = session::getObject();
$session->end_session();
Return by get_status() whether the current user is logged in effectively
All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn
Related Article

06Jul2016
What are some very useful class libraries or tool libraries for PHP?

12Jul2016
A simple php routing class, a simple php routing class. A simple php routing class, a simple php routing class. This article shares an example of writing a simple routing class in php for your reference. The specific content is as follows: phpnamespace cmhcHcrail; cl

13Dec2024
Linking Static Libraries to Other Static Libraries: A Comprehensive ApproachStatic libraries provide a convenient mechanism to package reusable...

09Jul2016
Simple, convenient, full-featured PHP paging class,

12Jul2016
PHP simple upload class sharing, PHP upload sharing. PHP simple upload class sharing, PHP upload sharing. The example in this article shares the PHP upload class for your reference. The specific content is as follows: phpclass UploadFile{ var $inputName; //Control name var

06Jul2016
I have seen many open source projects in the form of class.classname.php, but I have also seen many frameworks in the form of classname.class.php. Where should I place this class? I personally prefer the .class.php form, because in some frameworks, after importing third-party class libraries and specifying class libraries...


Hot Tools

PHP library for dependency injection containers
PHP library for dependency injection containers

A collection of 50 excellent classic PHP algorithms
Classic PHP algorithm, learn excellent ideas and expand your thinking

Small PHP library for optimizing images
Small PHP library for optimizing images
