Session

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
red
Forum Newbie
Posts: 18
Joined: Fri Apr 06, 2007 1:27 am

Session

Post by red »

Hello all,

I am new to this forum,Anyone can help out about session.

A php code is written where user can login by entering a username and password , on submit a user name has to be displayed on all the pages navigated.

How to logout when a user clicks on logout link.

Please help out how a session can be used . :?:
Rovas
Forum Contributor
Posts: 272
Joined: Mon Aug 21, 2006 7:09 am
Location: Romania

Post by Rovas »

Read on of the tutorials on sessions from here: http://www.tutorialized.com/tutorials/P ... Sessions/1. If you have questions after reading one or two post them
Post Reply