Hi can any one describe some thing about session ? I read it but i can't understand it clearly. Can any suggest tell me what the main intense of use session variable in pages and all about session.
Essentially when you log into a website, you begin a session. The way my scripts and most others work is that your session holds variables about you. ie username, posts etc... This session stays with you generally as long as you stay on the website. However some, unless you log out, keep going*my bank does this online and it's very annoying because I have to close out FF and reopen to go back and double check*. You've got to watch assigning session variables because they can lead to some amazingly wide open security holes. Hope this helps!
Hy, Session variable is used when you want to transfer /use one ore multiple values from one page to another. All those page must have the session_start() function at the beginning of their code.