guys, good day...
I know that this is just easy but i've been tweening my work the whole afternoon but no luck. my problem is using setAttribute for java's client-side programming. I just want to create session for my username to be able to use while being logged in. this is just easy for server-side since I will only be using session.setAttribute("", var); but I also want to do the same in client-side. What is the equivalent of session.setAttribute() for client-side? Thank you.