Hello All Where is websphere http session cookie stored inour local machine if i send a request to the Websphere application server for a url
SCJP, SCWCD, SCBCD, SCEA 5
WarnerJan Veldhuis
Greenhorn
Joined: Sep 27, 2002
Posts: 9
posted
0
Session cookies are in-memory cookies, so you probably would't find them on disk...
Mohamed Farouk
Ranch Hand
Joined: Jun 08, 2005
Posts: 242
posted
0
Thanks In memory cookies, I thaught that a cookie is created by the server in the users local machine to point to session id. And when the client sends the next request then the browser will send the sessionid along with the request to create server and session affinity. In Memory cookie?
Mohamed Farouk
Ranch Hand
Joined: Jun 08, 2005
Posts: 242
posted
0
Thats how i thaught HTTP session Management works , Please correct me if I am wrong?
Thanks That explains it. Now we have performance testing going on right now using Load Runner. The issue is there are 2 injector servers doing IPSPOOFING to generate around 30 IP addresses and send requiest to the server. I am not sure what will be the name of the cookie which is created in this case with load runner. The question here is is there any posibility of sessions of different users getting mixed up when we run it for around 50000 transactions within 1 hour. Thanks
Unless you're using LTPA authentication, in which case the session cookie exists, but session state is actually carried in a separate (encrypted) LTPA-TOKEN cookie