Hi All,

As getIds() and getSession() methods of HTTPSessionContext are
deprecated I need to know some work around for them. Can anyone please
help me out ?

My problem is as follows -

My application has users who can have more than one login till a maximum
number. After that maximum number is reached, if same user tries to make
another login system will only allow him/her to make it after removing
all of his/her previous logins. As a part of that, system should also
delete all the sessions associated with those previous logins. Now the
methods getIds() and getSession() being deprecated, I don't know how it
can be done without going to some persistent data layer (like database).
I'm using WebSphere application server and the solution need to be
applicable even for a clustered environment (i.e. I may need to put both
of my web tier and application tier in a clustered environment).

Any help will be really appreciated.

Regards,
Sourav

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to