View Single Post
Old 09-21-2007, 09:01 AM   #6 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

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!';

Tanax is offline  
Reply With Quote