Thanks Rexxe, I've managed to get the functionality working but I have a couple of issues I need to iron out.
Firstly I had to store the username/HTTPSession in the map rather than the...
Type: Posts; User: mmilliss; Keyword(s):
Thanks Rexxe, I've managed to get the functionality working but I have a couple of issues I need to iron out.
Firstly I had to store the username/HTTPSession in the map rather than the...
Thanks Rexxe,
I've had a look at the SessionListener and I think I need to also use the an ApplicationListener to capture logon events. I think I need both because the SessionListener captures...
I'm trying to implement a login system that only allows a user to have a single session running at any one time. What I mean by this is:
1. user X logs in successfully into session 1
2. From...