On Wed, 2005-04-27 at 17:29 +0900, ììì wrote:
[...] 
> after i set "Web.Config" for 'forms authentication' in apache html
> directory just like below,
>  
> ...
> <authentication mode="Forms">
>     <forms name="AUTH_COOKIE_NAME" loginUrl="login.aspx" path="/">
>     </forms>
> </authentication>
> ...
>  
> Response.Redirect() doesn't work and the login page loops infinitely.
>  
> ...
> if ( ValidateUser( username, password ) == true )
> {
>     FormsAuthentication.SetAuthCookie(username false);
>     Session["UserID"] = username;
>     Response.Redirect("default.aspx", false);
> }
> ...
>  
> this code works very well with IIS.
> but looks doesn't work in mod_mono.

If you have a small test case that can reproduce your problem, plz use
bugzilla.ximian.com to report the problem providing all the information
needed to reproduce it.

Thanks.

-Gonzalo


_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to