Training and application development. Let our experts develop your applications. We're fast. We're reasonably priced. We've been there... done that.
To contact Mark send an email to mark@mjm.net. You will receive an auto response from my mail server to verify you're not a spammer.
© Mark Menard
ntkyo
I am new to web programming..
Im trying to create my own securityManager...
Object user = securityManager.login (username, password);
What exactly does securityManager.login return?
an Object??
what kind of object is this!
For example my securityManger is a simple function that has a Hashmap storing user name and password,
If the username and password matches, What should i return?
THanks!