Tagged Questions
4
votes
1answer
1k views
Get current user's last logon
I am trying to get the current's user last logon. I might be this current session or it might be one before that.
I am calling GetUserName() to get the current username. I feed that into ...
0
votes
1answer
36 views
How to force users to register after a number of requests
Just was wondering how to go about requesting a user to sign up to continue to use some of my website functionality after lets say 5 requests.
How do I do this? I basically have a rest api with a ...
0
votes
2answers
471 views
Display popup message when user login to site in J2EE(Filters)
I would like to show a popup message to the users when ever login to my site, only when login( later on it is not required).
we are using java/j2ee for my application, and authentication provided ...