Hello From Amrens Raaj, I have no ideas to how can i create session and register session in login form. And after that I could be find the log out function with session unregister. Thanks !
I could not understand your problem. Please expalin in detail. You look like new to PHP
Hi,
You can create a session by placein session_start(); at the beginning of a page.
Register a variable: session_register(variablename);
But before you start using it.. Have a read through the manual on what they are / what it does!
J.