Hi,
I'm new in php and generally in programming. I'm trying to use sessions for the log in. While logging in, a session stores a value for the username, and then the index page cheks if the username is still stored or is timed out.
The problem is that from the index page I can not use this session values at all. How can I get the values from the same session from different pages??
Thanks alot!!!