[jboss-user] [JBoss Seam] - Re: keeping context using external webapp

ollix do-not-reply at jboss.com
Thu Mar 29 12:19:10 EDT 2007


gavin,

the problem is more complicated. 
the payment server by contract reads my callback page, parses it to enter some payment provider specific information and displays it.
That means, that my server gets no jsessionId from that payment server and thus cannot assign the request to the correct session. the solution, of course is to send the jsessionId explictily to the payment server and create a callback URL that contains it ala ".../callback.seam;jsessionId=xxx?cid=3".
My problem now is how to programmatically retrieve the current jsessionId inside a helper bean.
Can you give me a hint how to get a hold on that id?

Thanks a lot
:ollix

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032848#4032848

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032848



More information about the jboss-user mailing list