Pardon my ignorance please but what is basic authentication and 
form-based authentication?  You were talking about sessions and URL 
rewriting and I thought I knew all about that. What is the auth header 
from the browser? Is this container managed ?

Thanks
Adam

Struts Newsgroup (@Basebeans.com) wrote:

>This is probably a problem of lost session, either by the browser not 
>sending the session cookie back or while using url rewriting and not 
>properly wrapping an url sent back to the browser.
>
>Remember that when using basic authentication, the auth header is sent 
>by the browser at every request, so it never looses the session. Using 
>form based authentication requires the session to be intact, since you 
>only authenticate once.
>
>
>  
>



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

Reply via email to