starting and destroying 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
sabusap
Forum Newbie
Posts: 1
Joined: Mon Aug 17, 2009 7:23 pm

starting and destroying sessions

Post by sabusap »

do you know any tutorial that will teach me to start and destroy sessions in php. also what are the proper way or coding convention of doing it. I'm new in PHP so any help would be much appreciated. thanks. :D
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: starting and destroying sessions

Post by jackpf »

http://www.tizag.com/phpT/phpsessions.php

Tizag is normally good for this kind of stuff.

And well...I don't think there is a convention to "using sessions". There are good practices for security and stuff...but I don't think there is a particular way you're "supposed to" use sessions
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: starting and destroying sessions

Post by McInfo »

Don't forget the manual. PHP Manual: Session Handling

Edit: This post was recovered from search engine cache.
Post Reply