Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: [olivers] Currently logged in user

Quote Reply
Re: [olivers] Currently logged in user In reply to
I found an interesting post concerning this issue:

http://www.gossamer-threads.com/...i?post=236013#236013

I've changed the code in my header template like this:

<%ifnot auth_no_authentication%>
<%if use_cookie%>
<%if Username and Username ne default%>
Currently logged in: <%Name%>
<%endif%>
<%elsif session_id%>Currently logged in: <%Name%>
<%endif%>
<%endif%>


This code can be used both with the sessions and cookies.

Wink Have fun, Oliver
Subject Author Views Date
Thread Currently logged in user olivers 3538 Jul 21, 2003, 10:38 AM
Post Re: [olivers] Currently logged in user
olivers 3409 Jul 22, 2003, 1:12 AM
Post Re: [olivers] Currently logged in user
olivers 3404 Jul 22, 2003, 3:31 AM