Passing Sessions with multiple Pages.

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
User avatar
khaki_monster
Forum Commoner
Posts: 73
Joined: Tue Oct 11, 2005 12:36 am
Location: Philippines
Contact:

Passing Sessions with multiple Pages.

Post by khaki_monster »

hi again!

how can i pass session varialble('values') with multiple pages.

like after my logIn page it will then redirect me to 'index'(FrameSets") page.

:) help please..

cheerz!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

make sure to call session_start() on all pages you want to use session variables on.
Post Reply