Taavi Tiirik wrote:

>>It is possible to do this without using the session, and also by only
>>using the standard redirect action as the result of your Login code
>>(which you can also do as an action).
>>
>>
>>I've done this in TSS and it works very well.
>>
> 
> Rickard,
> 
> What happens to url parameters? What if original request was from a
> form with a post (or get) method and it turned out that some sort of
> authentication is needed... 


I never have such a case. All forms are protected so that the user must 
be logged in in order to fill them in.

> and after you do your login code does
> the original action get all the parameters it was intended to get and
> nothing more?


Yes.

> Can you share an example?


No, not really. I can outline it though. But it's really very straightforward.


/Rickard

-- 
Rickard �berg
Chief Architect, TheServerSide.com
The Middleware Company


_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to