Page 1 of 1

starting and destroying sessions

Posted: Mon Aug 17, 2009 7:33 pm
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

Re: starting and destroying sessions

Posted: Mon Aug 17, 2009 7:45 pm
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

Re: starting and destroying sessions

Posted: Tue Aug 18, 2009 2:20 pm
by McInfo
Don't forget the manual. PHP Manual: Session Handling

Edit: This post was recovered from search engine cache.