hi Nathan,
what I’m trying to accomplish is something I asked a time before, I want users log in just once. I mean, I don’t want to see in the current users list “gustavoacm” twice o more than that, for example. I find a way with the access log, but it doesn’t work when the user close the browser with the X button. so I looked for another option, and it was killing the previous session when the user logs, but I need to pass the previous sessionid, and unfortunately I don’t find a way to do it. I tryed session variable and cookies too, but it doesn’t work. why?, I don’t know.
so it’s that, to pass from class.auth_sql.inc.php the previous sessionid to home/index. surely you have a better option, and I would like to know it.
hope I explainned clearly.
Thanks in advance and I hope you or someone else can help me.