sessions
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 219
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
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
Using Sessions in PHP
A tutorial on the basics of sessions in PHP. more>> A tutorial on the basics of sessions in PHP.<<less
Added: 2002-11-25 License: Not Specified Price: Free
2550 downloads
Managing ASP.NET Sessions 1
This tutorial explains everything you need in order to start using sessions in your website. Sessions in the websites are very important as one of the ways how you can send sensitive data from one web page to another. more>> This tutorial explains everything you need in order to start using sessions in your website. Sessions in the websites are very important as one of the ways how you can send sensitive data from one web page to another.<<less
Added: 2008-06-18 License: Freeware Price: $0.00USD
13 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
Introduction To Sessions in PHP
A quick introduction to PHP sessions and the use of the most basic session handling functions. more>> A quick introduction to PHP sessions and the use of the most basic session handling functions.<<less
Added: 2006-01-04 License: Freeware Price: Free
1393 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
Understanding and Using JSP Sessions
This tutorial helps you to understand: What is a session? How a JSP server uses cookies to pass session ID? How to pass values in session objects? How to debug JSP session objects? more>> This tutorial helps you to understand: What is a session? How a JSP server uses cookies to pass session ID? How to pass values in session objects? How to debug JSP session objects?<<less
Added: 2006-11-12 License: Free Non-Commercial Price: $0.00USD
16 downloads
Image gallery with iframes and sessions 1.0
Simple image gallery in iframes controlled by a session variable. Very useful as a session tutorial or as a simple image gallery itself. more>> Simple image gallery in iframes controlled by a session variable. Very useful as a session tutorial or as a simple image gallery itself.<<less
Added: 2005-06-15 License: Freeware Price: $0.00USD
10 downloads
Other version of Image gallery with iframes and sessions
When and How to use Cookies and Sessions
In this article, you will find out the reasons to use cookies and the reasons to use sessions. It also tells you the way hide important data from cookies. more>> In this article, you will find out the reasons to use cookies and the reasons to use sessions. It also tells you the way hide important data from cookies.<<less
Added: 2007-05-31 License: Freeware Price: Free
878 downloads
Login and Logout using Sessions and Cookies in PHP
This is a very simple code and hardly requires any explanations. If you need any put the post here. more>> This is a very simple code and hardly requires any explanations. If you need any put the post here.<<less
Added: 2007-01-05 License: Freeware Price: Free
674 downloads
PHP Script Tips - Understanding and Using Sessions
A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing sessions, saving and retrieving values in sessions, d more>> A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing sessions, saving and retrieving values in sessions, deciding how session IDs to be transferred, deciding where to store session files, deciding when to expire session values, etc. Topics included in this collections: What Is a Session? How To Turn On the Session Support? How To Save/Retrieve Values to the Current Session? What Is a Session ID? How To Retrieve the Session ID of the Current Session? What Are the Options to Transfer Session IDs? How Session IDs Are Transferred on Your Web Server? How To Force the PHP Engine to Use Cookies to Transfer Session IDs? Is It More Secure to Use Cookies to Transfer Session IDs? Where Are the Session Values Stored? What Set the Timeout Period on Session Values? How To Remove Values Saved in the Current Session? How To Tell If a Session Is New? What Is session_register()?<<less
Added: 2006-06-21 License: Free for non-commercial use Price: Free
1247 downloads
CAPTCHA image protection without cookies and sessions
CAPTCHA image protection without cookies and sessions Usually "captcha" scripts store actual text/numbers shown on protection images in a session cookie and check user entered code by comparing it with session stored string. My script does not more>> CAPTCHA image protection without cookies and sessions Usually "captcha" scripts store actual text/numbers shown on protection images in a session cookie and check user entered code by comparing it with session stored string. My script does not use any session/cookies. Image is generated within one script and checked against md5 hash of a random code.<<less
Added: 2007-05-01 License: GPL Price: $0.00USD
13 downloads
Password protect your webpages with PHP Sessions and MYSQL 1
This tutorial will show you how to password protect your websites / webpages using PHP Sessions and Mysql. more>> This tutorial will show you how to password protect your websites / webpages using PHP Sessions and Mysql.<<less
Added: 2006-01-04 License: GPL Price: $0.00USD
15 downloads
Other version of Password protect your webpages with PHP Sessions and MYSQL
License:GPL
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
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 sessions 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