-
Dec 13th, 2008, 06:16 PM
#1
wrapping jsessionid
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!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules