Page 1 of 1

Passing Sessions with multiple Pages.

Posted: Sat Feb 11, 2006 11:58 am
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!

Posted: Sat Feb 11, 2006 12:06 pm
by feyd
make sure to call session_start() on all pages you want to use session variables on.