Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80100 --- shadow/80100 2006-11-30 09:29:26.000000000 -0500 +++ shadow/80100.tmp.31338 2006-11-30 09:29:26.000000000 -0500 @@ -0,0 +1,53 @@ +Bug#: 80100 +Product: Mono: Tools +Version: 1.0 +OS: +OS Details: +Status: NEW +Resolution: +Severity: 016 Two days +Priority: Wishlist +Component: XSP +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: When the session gets expired, the page is not redirected to login page. + +Please fill in this template when reporting a bug, unless you know what +you are doing. +Description of Problem: +I developed an web application with form authentication in web.config and +set the timeout and enable the session with cokieless as false. + The below is a part of web.config file + +<compilation defaultLanguage="c#" debug="true" /> +<customErrors mode="Off" defaultRedirect="Error.htm" /> +<authentication mode="Forms"> + <forms name=".MONOAUTH" loginUrl="monologin.aspx" protection="All" +timeout="1" slidingExpiration="true"></forms> +</authentication> +<authorization> + <deny users="?" /> +</authorization> + +So when ever session gets expired, the page is not redirected to +monologin.aspx. + +Steps to reproduce the problem: +1. Enter the Login page, and leave it for 10-15 min +2. Session will expire after 10 minutes +3. Now click any link on page, the page displayed with error message. + +Actual Results: +The page displayed with error + +Expected Results: +Should Redirect to monologin.aspx (login page) + +How often does this happen? +When ever session gets expires (here every 10 minutes) + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
