Hi.

I need to switch from this mode:

http://localhost/controller.do ; jsessionid=abcxyz ? abc=xyz

to

http://localhost/controller.do ? jsessionid=abcxyz & abc=xyz

(i have put spaces for emphasis)

I have accomplished this in the past via plain servlet api, i.e. RequestDispatcher.forward();

but since i am using Spring api, i have no clue how this should happen, cos there is complex view/controller resolving issues, so can the pros here help a bit ?

thanks for your time mates!