- 1,251 categories
- 40,829 scripts
- 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...
- 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.
- 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...
- Learn how to log users out of a system after x amount of minutes of inactivity. This is a great security add-on!
- Usage of sessions is sortly explained by using two examples: a hit counter and a simple password protection script.
- A tutorial on the basics of sessions in PHP.
- This is a basic sessions tutorial where the register globals are switched off.
- Code snippet for creating a unique randome ID for cookie management.
- 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.
- 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...
Page: