Hi all, while discussing with Emeric about what is changing in 1.6, we were speaking about appsession which doesn't make much sense anymore given that it is not replicated between nodes and almost all it does can be done using stick tables.
So the question is : does anyone have a strong objection against it being removed in 1.6 ? (don't cry too much Aleks, your first contrib used to be useful for more than 10 years). And if anyone is currently relying on it, is there anything there that you cannot do using stick tables ? I have identified that it can match a cookie name prefix (not sure anyone has ever needed this after 2005 or so), and the ability to match the cookie name in the path split on semi-colons (something we could easily do by providing a new fetch method). I'm interested in any feedback on this. Thanks, Willy

