php sessions management class
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5948
PHP Sessions Management Class (with mySQL backend) 1.0.1 1.0.1
A class to handle sessions by using a mySQL database for session related data storage providing better security then the default session handler used by PHP. You dont need to modify a thing in your application - after instantianting the class just use more>> A class to handle sessions by using a mySQL database for session related data storage providing better security then the default session handler used by PHP. You dont need to modify a thing in your application - after instantianting the class just use sessions as you would normally<<less
Added: 2006-08-02 License: Free Non-Commercial Price: $0.00USD
11 downloads
Other version of PHP Sessions Management Class
Price: FreeAdditionalInfohttpcreativecommons.orglicensesbyncnd2.5
License:Free for non-commercial use
License:Free for non-commercial use
PHP Sessions
A session is the time that a user spends at your Web site. Users may view many Web pages between the time they enter your site and leave it. Often you want information to be available for a complete s more>> A session is the time that a user spends at your Web site. Users may view many Web pages between the time they enter your site and leave it. Often you want information to be available for a complete session. Beginning with version 4.0, PHP provides a way to do this. PHP allows you to set up a session and store session variables. After you create a session, the session variables are available for your use on any other Web page.<<less
Added: 2006-11-09 License: Freeware Price: Free
1088 downloads
EveryDNS.net PHP DNS Management 1.1.1
EveryDNS is a great free DNS service. This is an example interface and a object oriented class to interface with the everDNS.net service. It is written in php 5, but should work with php 4. Makes it very easy to manage your everyDNS account at the more>> EveryDNS is a great free DNS service. This is an example interface and a object oriented class to interface with the everDNS.net service. It is written in php 5, but should work with php 4. Makes it very easy to manage your everyDNS account at the click of a button!<<less
Added: 2004-12-31 License: GPL Price: $0.00USD
14 downloads
Other version of EveryDNS.net PHP DNS Management
License:GPL
PHP Advance User Management (No MySQL)
PHP Advance User Management is build on the latest PHP 5.0 platform and contains cutting edge features without the hassle of any open source databases like MYSQL. Its is designed using default php.ini more>> <<less
Added: 2006-08-02 License: Freeware Price: FreeAdditionalInfoitsfreebutpleasekeepmycopyrightinfointactasroyaltytoprogrammer
733 downloads
PHP Essentials
The purpose of this book is bring the power and ease of use of PHP to anyone with a desire to learn PHP, and in doing so, join the tens of thousands of web developers who have already discovered the f more>> The purpose of this book is bring the power and ease of use of PHP to anyone with a desire to learn PHP, and in doing so, join the tens of thousands of web developers who have already discovered the flexibility and productivity that comes with using PHP. The book is intended to cover all aspects of PHP. It begins by covering the history of PHP before providing a high level overview of how PHP works and why it is so useful to web developers. It then moves on to cover each area of PHP in detail, from the basics of the scripting language through to object oriented programming, file and filesystem handling and MySQL and SQLite database access. In addition, chapters are also provided covering the creation and handling of HTML based forms and maintaining state using cookies and PHP sessions. All topics are accompanied by extensive real world examples intended to bring theory to life.<<less
Added: 2007-06-12 License: Other Free / Open Source License Price: Free
571 downloads
Detailed PHP sessions tutorial 1.0
In this tutorial I will show you how to work with sessions in PHP. You will learn how to transfer information over multiple pages. more>> In this tutorial I will show you how to work with sessions in PHP. You will learn how to transfer information over multiple pages.<<less
Added: 2007-07-06 License: Freeware Price: $0.00USD
14 downloads
Other version of Detailed PHP sessions tutorial
License:Freeware
Php User Class 0.8
Php user class is an easy to use user manipulation class for php. The class is very flexible as it uses variable settings for database tables and fields, session and cookie names, so it is easy to integrated even to established projects more>> Php user class is an easy to use user manipulation class for php. The class is very flexible as it uses variable settings for database tables and fields, session and cookie names, so it is easy to integrated even to established projects<<less
Added: 2007-09-07 License: GPL Price: $0.00USD
13 downloads
PHP2ASP Session 1.0
Using this script you can pass all your PHP user authentication sessions to ASP pages. I have given full detail explanation of the script so you can use the ASP page to authenticate and use it in the PHP pages. I wrote this scripts since there is no way more>> Using this script you can pass all your PHP user authentication sessions to ASP pages. I have given full detail explanation of the script so you can use the ASP page to authenticate and use it in the PHP pages. I wrote this scripts since there is no way of sharing sessions between both languages until this scripts ;)<<less
Added: 2005-03-19 License: Freeware Price: $0.00USD
13 downloads
Other version of PHP2ASP Session
Price: FreeAdditionalInfoIfyoulikethisscriptPleaseJoinSpyDB.com
License:Freeware
License:Freeware
PHP Paginacao Class 1.0
PHP Paginacao Class is a useful PHP class that can be used to show links to browse listings split in multiple pages. more>> PHP Paginacao Class 1.0 is a useful PHP class that can be used to show links to browse listings split in multiple pages.<<less
Added: 2009-07-29 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
downloads
What is PHP Sessions? 1.0.0
Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables more>> Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications and increase the appeal of your web site. A visitor accessing your web site is assigned a unique id, the so-called session id. This is either stored in a cookie on the user side or is propagated in the URL. A PHP session solves this problem by allowing you to store user information on the server for later use (i.e. username, shopping cart items, etc). However, this session information is temporary and is usually deleted very quickly after the user has left the website that uses sessions.<<less
Added: 2007-07-13 License: Freeware Price: $0.00USD
11 downloads
Other version of What is PHP Sessions
License:Freeware
Session in PHP
Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use. more>> Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.<<less
Added: 2008-08-27 License: Freeware Price: $0.00USD
16 downloads
Access_user Class 1.97
Access_user Class is an easy to use system for protecting pages and register users. They main features are: User-login, user registration, user update, remember login information, page protection, forgotten password recovery, mail based account more>> Access_user Class is an easy to use system for protecting pages and register users. They main features are: User-login, user registration, user update, remember login information, page protection, forgotten password recovery, mail based account activation and multi language message reporting and since the latest versions: maintain extra user profile information, access levels, a limited (safe) admin panel, manual account activation and an improved password check. The class is powered by MySQL and PHP sessions. Inside the package are examples for all primary methods. The latest version is a stable release and is used by a large community. Since version 1.92 custom session handler are supported.<<less
Added: 2004-11-02 License: BSD Price: $0.00USD
14 downloads
Other version of Access_user Class
License:BSD Style
PHP flood protection class 1.0
This is a simple free PHP flood protection class to help stop people flooding your server with requests, It requires a MySQL table. more>> This is a simple free PHP flood protection class to help stop people flooding your server with requests, It requires a MySQL table.<<less
Added: 2005-09-28 License: GPL Price: $0.00USD
16 downloads
PHP data caching class
PHP data caching class is considered as an excellent and useful PHP class that can be used to cache arbitrary data in files. more>>
PHP data caching class is considered as an excellent and useful PHP class that can be used to cache arbitrary data in files.
Added: 2009-07-24 License: BSD - BSD License Price: BSDBSDLicense
1 downloads
Working with sessions in PHP
Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use. more>> Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.<<less
Added: 2006-09-12 License: Freeware Price: Free
1142 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above php sessions management class search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed