i did like below session_start() session_register(user)
i have a problem how to logoff the session i mean how to get rid of "back button" its says page expired but if you refresh the page whole thing come out🙁. thankx
the "page expired" problem is because you used a form to log in, I dont think there's a way around that. if you want to log off, all you have to do is destroy the session session_destroy() and unset any variable/cookies you may have for log ons