Hey,
So I'm using sandbar.stateful-session/flash-put to put a msg into the session. I then redirect the user to the target page. As that page is rendered I sandbar.stateful-session/flash-get the msg and put it into a hidden node on my page which some javascript then makes use of.
However on the next request the content is still dropped into my page - if I print the request map out I see :flash {:msg "my msg"}.
I've not had the chance to try a complete minimal example, however I was wondering if anyone had come across this before and if so what the issue is?
Cheers,
mike