starting and destroying sessions
Moderator: General Moderators
starting and destroying sessions
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. 
Re: starting and destroying sessions
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
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
Don't forget the manual. PHP Manual: Session Handling
Edit: This post was recovered from search engine cache.
Edit: This post was recovered from search engine cache.