<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Cookies and Sessions</title><description></description><link>http://script.wareseeker.com/PHP/Cookies-and-Sessions</link><item><title>Detailed PHP sessions tutorial</title><link>http://script.wareseeker.com/PHP/detailed-php-sessions-tutorial.zip/19022</link><description>In this tutorial I will show you how to work with sessions in PHP. You will learn how to transfer information over multiple pages.</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Fri, 06 Jul 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/detailed-php-sessions-tutorial.zip/19022</guid></item><item><title>When and How to use Cookies and Sessions</title><link>http://script.wareseeker.com/PHP/when-and-how-to-use-cookies-and-sessions.zip/19023</link><description>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.</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Thu, 31 May 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/when-and-how-to-use-cookies-and-sessions.zip/19023</guid></item><item><title>Session Saver</title><link>http://script.wareseeker.com/PHP/session-saver.zip/19025</link><description>This package can be used to save and restore objects in session variables. It can register a list of one or more classes objects that are intended to be saved. The classes must implement the SessionOb</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Sun, 18 Mar 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/session-saver.zip/19025</guid></item><item><title>What is PHP Sessions?</title><link>http://script.wareseeker.com/PHP/what-is-php-sessions.zip/19026</link><description>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</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Fri, 13 Jul 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/what-is-php-sessions.zip/19026</guid></item><item><title>Setting &amp; Retrieving Cookies</title><link>http://script.wareseeker.com/PHP/setting-retrieving-cookies.zip/19027</link><description>This script can display a form or the data stored inside cookies depending on whether cookies has been set or not. The online form is used to send data and store them inside cookies. The script contai</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Fri, 05 Jan 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/setting-retrieving-cookies.zip/19027</guid></item><item><title>PHP Sessions</title><link>http://script.wareseeker.com/PHP/php-sessions.zip/19028</link><description>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</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Thu, 09 Nov 2006 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/php-sessions.zip/19028</guid></item><item><title>PHP Cookie example and function-helper</title><link>http://script.wareseeker.com/PHP/php-cookie-example-and-function-helper.zip/19029</link><description>PHP has a function setcookie since version 3.0, but this function is too low-level for simple usage. Function ae_put_cookie provided, sets cookie for current domain without specifying long arguments l</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Mon, 06 Nov 2006 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/php-cookie-example-and-function-helper.zip/19029</guid></item><item><title>PHP Script Tips - Understanding and Using Sessions</title><link>http://script.wareseeker.com/PHP/php-script-tips-understanding-and-using-sessions.zip/19030</link><description>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</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Wed, 21 Jun 2006 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/php-script-tips-understanding-and-using-sessions.zip/19030</guid></item><item><title>Using Cookies in PHP</title><link>http://script.wareseeker.com/PHP/using-cookies-in-php.zip/19033</link><description>A cookie is a message given to a Web browser by a Web server. The browser stores the message in a small text file that the server embeds on the users computer. Each time the same computer requests a p</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Thu, 07 Dec 2006 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/using-cookies-in-php.zip/19033</guid></item><item><title>Detailed PHP sessions tutorial 1.0</title><link>http://script.wareseeker.com/PHP/detailed-php-sessions-tutorial-1.0.zip/30b4877571</link><description>In this tutorial I will show you how to work with sessions in PHP. You will learn how to transfer information over multiple pages.</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Fri, 06 Jul 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/detailed-php-sessions-tutorial-1.0.zip/30b4877571</guid></item><item><title>PHP Cookies Tutorial</title><link>http://script.wareseeker.com/PHP/php-cookies-tutorial.zip/30b487d577</link><description>A cookie is a flat file that stores tiny bits of information. It is stored on the client�s machine and is passed to the client when they visit your site. Each cookie can store anything from usernames to number of visits to a site. This tutorial will</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Sun, 28 Sep 2008 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/php-cookies-tutorial.zip/30b487d577</guid></item><item><title>Session in PHP</title><link>http://script.wareseeker.com/PHP/session-in-php.zip/30b488057a</link><description>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.</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Wed, 27 Aug 2008 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/session-in-php.zip/30b488057a</guid></item><item><title>What is PHP Sessions? 1.0.0</title><link>http://script.wareseeker.com/PHP/what-is-php-sessions-1.0.0.zip/30b488357d</link><description>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</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Fri, 13 Jul 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/what-is-php-sessions-1.0.0.zip/30b488357d</guid></item><item><title>How to use Cookies wih PHP</title><link>http://script.wareseeker.com/PHP/how-to-use-cookies-wih-php.zip/30b4886580</link><description>Cookies are pieces of text that are sent to a users web browser. Cookies can help you create shopping carts, user communities, and personalized sites. Its not recommended that you store sensitive data in a cookie, but you can store a unique</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Sun, 03 Feb 2008 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/how-to-use-cookies-wih-php.zip/30b4886580</guid></item><item><title>Welcome to Cookies 1.0</title><link>http://script.wareseeker.com/PHP/welcome-to-cookies-1.0.zip/30b4889583</link><description>Cookies are just a basic aspect of PHP, but can be used in so many things. From logging in and out a user on your website to keeping the name of the skin they use on your website. Below I will explain how to set (add) a cookie, delete one and then</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Wed, 10 Oct 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/welcome-to-cookies-1.0.zip/30b4889583</guid></item><item><title>Session Saver 0.9</title><link>http://script.wareseeker.com/PHP/session-saver-0.9.zip/30b489258c</link><description>This package can be used to save and restore objects in session variables. It can register a list of one or more classes objects that are intended to be saved. The classes must implement the SessionObject interface. The class can call all the</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Sun, 18 Mar 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/session-saver-0.9.zip/30b489258c</guid></item><item><title>Setting &amp;amp; Retrieving Cookies 1.0</title><link>http://script.wareseeker.com/PHP/setting-retrieving-cookies-1.0.zip/30b489558f</link><description>This script can display a form or the data stored inside cookies depending on whether cookies has been set or not. The online form is used to send data and store them inside cookies. The script contains an online example.</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Fri, 05 Jan 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/setting-retrieving-cookies-1.0.zip/30b489558f</guid></item><item><title>Complete Members System (PHP) .10</title><link>http://script.wareseeker.com/PHP/complete-members-system-php-.10.zip/30b48a75a1</link><description>This Article takes you step by step in creating a member system for your site. From designing mySQL tables, creating a registration script and logging them in with sessions and cookies.</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Tue, 27 Sep 2005 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/complete-members-system-php-.10.zip/30b48a75a1</guid></item><item><title>Using Cookies in PHP 1</title><link>http://script.wareseeker.com/PHP/using-cookies-in-php-1.zip/30c766f369</link><description>Cookies enabled web developers to produce more usable sites, by allowing temporary storage of commonly used information by the user. This can be beneficial in shopping carts, user logon systems and general site usage. Read on to find out how to use</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Sun, 06 Feb 2005 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/using-cookies-in-php-1.zip/30c766f369</guid></item><item><title>PHP&amp;#39;s Cookie handeling functions</title><link>http://script.wareseeker.com/PHP/php-s-cookie-handeling-functions.zip/30c767236c</link><description>Get to grips with the basics of PHPs Cookie handeling functions with this tutorial.</description><author>WareSeeker</author><category>Cookies and Sessions</category><pubDate>Sat, 04 Sep 2004 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/PHP/php-s-cookie-handeling-functions.zip/30c767236c</guid></item></channel></rss>