what is the proper way to set jsession id if i want my own id?

basically the situation is as follows.

my user authenticates into domain.com

then depending on what his/her locale is i forward them to
http://lang.domain.com * i.e. http://us.domain.com

the problem is that once they authenticate and i redirect them to
another server, JSESSION id is lost;

is there a manual way to set it?

currently i do this:


https://us.domain.com/secure?VAR1=VAL1;JSESSIONID=7D084BCFE46540FBB779486B4E003FD3

however, on the backend, when i do:

request.getCookies() it is returning null

any ideas?

alex


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to