Forum Moderators: coopster

Message Too Old, No Replies

PhpBB Sesisons in all pages of website

         

ferhanz

5:36 am on Jul 19, 2005 (gmt 0)

10+ Year Member



How can i use phpbb sessions in all pages of my website? is there a tutorial available..

mcibor

8:46 am on Jul 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just start_session(). however about the tutorial I don't know. You can manually see what's being passed through session on your test page:

print_r $_SESSION;

hope this helps
Michal Cibor