T
terry
I am writting a client-server database program by Java(Not Web type).
Does anyone have experience how to write login session? For example,
users are able to edit/delete/add data according to their security
level of login data.
I need the login session data stored at server side. Does Java have a
standard class to handle this? I know HTTPSession but I am not
writting a http type application.
Thanks!
Does anyone have experience how to write login session? For example,
users are able to edit/delete/add data according to their security
level of login data.
I need the login session data stored at server side. Does Java have a
standard class to handle this? I know HTTPSession but I am not
writting a http type application.
Thanks!