where 2 learn about sessions?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adixtopix
Forum Newbie
Posts: 17
Joined: Thu Jun 23, 2005 7:02 am

where 2 learn about sessions?

Post by adixtopix »

i know that sessions allow a user to stai logged in a site

i need a good tutorial to learn how to work with sessions, the best if possible
User avatar
dasil003
Forum Newbie
Posts: 3
Joined: Sun Jun 26, 2005 11:44 am
Location: Minneapolis

Post by dasil003 »

The PHP Freaks tutorial is pretty good:

http://www.phpfreaks.com/tutorials/41/0.php

Also, the PHP Manual page on sessions is an indispensable reference.
Post Reply