carry logging state across pages

A

Anonymous

Guest
After login in on first page , how to carry logging state across pages. So, every login names will be displayed on the every pages. I use oracle as my back-end database.
 
You can use database sessions keeping user info and querying it on each page change as well as php sessions http://www.php.net/manual/en/ref.session.php
 
Back
Top