hi i want to be able to pressent a list of the users in my site at this present momment. what i did untill now is giving to all of the users sessions that registed the user name' and i want to b able present the list from the session registration can u give me a code or exsample?
/
its probabilly best to get the session to write into a db and then the amount of users on the site can be pulld from the databse, then when there session closes it removes the info from the DB.