Hey guys. I have a standard site, say:

http://mysite.myserver.com

And eventually the user gets to a place where we'll need to jump them to something like:

https://secure.myserver.com

to take their credit card information. I lose my session when doing this. Both URLs point to the same server and are served by the same webapp-- I can shop the whole site on https://secure.myserver.com/, but I can't make the jump.

I'm guessing it probably has something to do with my jsessionid being stored as a cookie. I was wondering if I could force the ';jsessionid=xxxxxxxx...' to the url or something.


Otherwise, how does one usually handle such a common thing with tomcat?


-Troy.


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



Reply via email to