On 11 juin, 01:14, mdipierro <mdipie...@cs.depaul.edu> wrote: > The only way to keep a conversation would > be to store a token in request.args(0) and keep it there in all links. > Still the conversation is fragile and ends if the user types in a url > without the token.
An url parameter of a get request with the session id could be a way to return to a conversation after the display of a popup window (to give the user some info for example). This a useful feature to support while using a conversation.