09-21-2007, 09:01 AM
|
#6 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
What does session_regenerate_id do?
And btw, to have a page that only logged in users can see, I would have to do first a login page, and then the authentification.
And then:
PHP Code:
if($auth->check()) { logged in page... } else { echo 'you have to login!'; }
|
|
|
|