hi helper,
i'm trying userlogin web app....where logged in user ID's are sent to a hash map .....so that admin can view logged in users list...
my problem is... hash map is creating new map (which replaces the old map) when ever a user logs in.... so admin is able to view only last logged in user.........
is it possible to do with out a db.....? i think it is...
it will be so confusing 4 u if i put my code here....
plz gimme an idea of how to implement that (in detail if possible)
thanks in advance
BeanBoy