Re: Login via DirectAction and the browser reload button [SOLVED]

2010-06-24 Thread Katya Yurukova
Hi Timo, Thanks for the tip, that's exactly what I needed. Cheers, Katya On Jun 24, 2010, at 2:14 PM, Timo Hoepfner wrote: You could use ERXRedirect from Wonder which can take a component instance to redirect to. Timo Am 24.06.2010 um 13:05 schrieb Katya Yurukova: Hi Johann, I've tri

Re: Login via DirectAction and the browser reload button

2010-06-24 Thread Timo Hoepfner
You could use ERXRedirect from Wonder which can take a component instance to redirect to. Timo Am 24.06.2010 um 13:05 schrieb Katya Yurukova: Hi Johann, I've tried that but I couldn't construct the result page URL and pass it to the WORedirect. That's why I've asked whether I have to d

Re: Login via DirectAction and the browser reload button

2010-06-24 Thread Katya Yurukova
Hi Johann, I've tried that but I couldn't construct the result page URL and pass it to the WORedirect. That's why I've asked whether I have to do something extra to the response page, the session or the context. Any other thoughts or suggestions? Thanks, Katya On Jun 23, 2010, at 10:32 PM

Re: Login via DirectAction and the browser reload button

2010-06-23 Thread Johann Werner
Hi Katya, instead of returning the home page using pageWithName in your DA you could return a WORedirect pointing to it. So after login the user sees a "normal" component URL and not the DA URL. jw Am 23.06.2010 um 21:13 schrieb Katya Yurukova: > Hi all, > > We're using a stateless login pa

Login via DirectAction and the browser reload button

2010-06-23 Thread Katya Yurukova
Hi all, We're using a stateless login page that invokes a DA on submit. In the DA the user input is validated, a new session is created by calling this.session() and the home page is returned using this.pageWirhName(...). It works as expected and no redundant sessions are created, but there