Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Identifying a user....

Quote Reply
Identifying a user....
Okay so....

If a user logs in and selects 'Remember Me' a cookie is set. A user ID can then be found by using the cookie value against $DB->table('gforum_remember')...

If a user logs in and selects 'Don't Use Cookies' a session is appended to the query string. A user ID can then be found by using the session value against $DB->table('gforum_session')...

If a user logs in and selects neither 'Remember Me' or 'Don't Use Cookies' where is the session stored? and, more importantly, how can I find the users ID?


moog
-- I've spent most of my money on beer and women... the rest I just wasted.
Subject Author Views Date
Thread Identifying a user.... moog 1748 Sep 5, 2002, 5:00 AM
Thread Re: [moog] Identifying a user....
Alex 1703 Sep 5, 2002, 11:37 AM
Thread Re: [Alex] Identifying a user....
moog 1675 Sep 5, 2002, 1:36 PM
Thread Re: [moog] Identifying a user....
Alex 1675 Sep 5, 2002, 1:41 PM
Post Re: [Alex] Identifying a user....
moog 1648 Sep 6, 2002, 12:00 PM