I am using wordpress theme P2.
I have it setup where you have to login (using wp-login.php) before they enter the site.
I am fairly new to PHP and trying to get it to work with some other database pages that I have created.
What I am searching for or trying to figure out is how wordpress on wp-login.php stores the user's information once logged in. I am assuming it has to create a string with the "id".
Is this done using cookies or sessions? I don't see the line that this is in!
If what I am asking for is not clear please let me know!
Thanks for your help!