Re: Session Tracking based on the Client's IP

2002-11-21 Thread Jose Miguel Guzman Cassanello
But, How can I change the SessionID, for using the Client IP as the Index? The getSession() method retrieves the Session for the client, based on the SessionID (that normally is based in Cookies or re-writed URLs) What I need is a way to "force" the SessionID to different value, for example, the Cl

Re: Session Tracking based on the Client's IP

2002-11-20 Thread Jose Miguel Guzman Cassanello
dexed by the client IP address. This info should be shared among all the servlets in the application (context). Is there some way to customize the Session Tracking API, for using other indexes (as the Client IP) instead JSESSIONs? Thanks Jose Miguel Guzman - Original Message -

Session Tracking based on the Client's IP

2002-11-19 Thread Jose Miguel Guzman
cess some Manager class implementation (ManagerBase, StatandardManager) within the servlet? Do someone have some idea for facing this problem? Basically, I require to use the client IP address, as the only ID in the Session base. I would appreciate any help, from more experienced users... Thanks, very much