Forum Discussion
hooleylist
Sep 30, 2011Cirrostratus
Can you describe why you need to remove the app cookies when the LTM persistence expires? Ideally you want the LTM persistence timeout to be slightly longer than the app timeout so the client always gets back to the same pool member during their session. Are you trying to force a shorter application timeout than what the app uses?
Maybe you could remove the app cookie from the requests if there isn't an LTM source address persistence record for that client? The app should then set new cookies which overwrite the existing ones on the client.
Aaron