Categories
PHPTips and Tutorials → Cookies and Sessions

Cookies

Setting and playing around with cookies is a fun and useful way to save data on a user''s hard drive, and can successfully store valuable information which may be helpful the next time they come to the site. Its fairly simple to set up, and even...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Cookies in PHP

For those new to web development and ''how things work'', cookies can be a very confusing matter. In this tutorial, Timothy gives you an overview of cookies to help you understand how they work.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Using sessions make a login script

To begin this tutorial in PHP sessions, you must first make sure that your web server (ie. apache) has the options to allow session with the configuration. Note: people using apache and php under a win32 enviorment must manually configure this optio...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Customized Timeout Sessions

Learn how to log users out of a system after x amount of minutes of inactivity. This is a great security add-on!
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Session: simple password protection

Usage of sessions is sortly explained by using two examples: a hit counter and a simple password protection script.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Using Sessions in PHP

A tutorial on the basics of sessions in PHP.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

basic sessions tutorial with register globals switched off

This is a basic sessions tutorial where the register globals are switched off.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Creating A Unique User ID For Cookies

Code snippet for creating a unique randome ID for cookie management.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

User-aware PHP scripts

Learn how to build user-aware PHP scripts that can remember your user''s personal settings on your website. Also a good introduction to cookies.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Implementing Cross-Domain Cookies

According to the cookie specification, any cookie set for one domain, must not be sent to any other domain. Therefore, if you set a cookie in your user''s browser on one domain, that cookie will not be available on any other domain. This tutoria...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2003-2019 jCay.com