Re: Session/realising user login

2010-07-06 Thread rapsli
... this can't be that hard? On Jul 5, 10:35 pm, rapsli wrote: > Hi > > I'm trying to build some kind of user login: > > Password & username form -> submit send RPC request to server. Server > checks password and stores username in session. > > Then

Session/realising user login

2010-07-05 Thread rapsli
Hi I'm trying to build some kind of user login: Password & username form -> submit send RPC request to server. Server checks password and stores username in session. Then I have a timebased call, that checks the server (via RPC -> method is called isLoggedIn()) if the user is logged in. If not,