Welcome Guest, Not a member yet? Register   Sign In
session id with freakauth
#1

[eluser]rijobo[/eluser]
Hello,

I'm trying to use freakauth. But in the tutorial it says that I should use
$this->db_session-> userdata('id');
to get the userid of the current session.

But when I do this, I don't get any result.
Is this still the right way?
#2

[eluser]ivains[/eluser]
Try:

Code:
$id = getUserProperty('id');




Theme © iAndrew 2016 - Forum software by © MyBB