Gemfire session management or other similar session management tools explicitly need a "setAttribute" to be called after any modifications to the object in session. We could probably handle that in java code, but some frameworks like JSF probably just modify the object by pointer and leave it at that. Has anybody dealt with session management via Gemfire for frameworks like JSF. Could you please share any ideas that worked for you.?
↧