java - remove conversation id from url in weld conversationScoped -
can hide conversation id(cid) url in poroject.i use weld , managedbean conversationscoped.how can hide querystring end of url.
you can't, container lose conversation state , create new inactive conversation if remove cid
parameter.
Comments
Post a Comment