Re: Calling a Tapestry page from external website

2022-04-27 Thread Ric 2000
Hi Volker, Yes thanks, this should Work. I know about the Session Cookie. But my Problem was a CSRF filter in our Tapestry app, which I Not recognized directly :-) All is fine now, thanks again. Volker Lamp schrieb am Mi., 27. Apr. 2022, 16:40: > Hello Eric > > Not sure about the setup of your

Re: Calling a Tapestry page from external website

2022-04-27 Thread Volker Lamp
Hello Eric Not sure about the setup of your application server, but likely the session id is stored in a cookie. So when your users return to your Tapestry app (in whatever way, e.g. using the browser's back-button; clicking a hyperlink; or typing the URL into the browser's address field) their

Calling a Tapestry page from external website

2022-04-27 Thread Ric 2000
Hi all, I'm struggling with the following Situation: >From my Tapestry application with active http session I call a page in another non Tapestry application in the same browser tab. But after that I want to navigate back from that application to the original Tapestry page. I guess it should be