Re: session variables disappeared when recompiling

From: Cy Huckaba (cyh@delete.t-3.com)
Date: 03/28/03


From: "Cy Huckaba" <cyh@delete.t-3.com>
Date: Fri, 28 Mar 2003 09:33:36 -0600


Actually...I found that instead of using F5 or Shift+F5 to build in vs.net
(assuming you are using vs.net), you can use shift+Ctrl+B to build the
solution instead.

If you have a browser already open, you can just hit refresh and everything
should still be there. Hope that helps.

"YA" <ra294@hotmail.com> wrote in message
news:uRKxgbK9CHA.1868@TK2MSFTNGP12.phx.gbl...
> I have noticed that when I recompile my asp.net application, all the
session
> variables disappeared.
> Is there a way to avoid it ?
> I am using form based authentication, is there a way to redirect
> automatically to login page in this situation ?
>
> Thanks
> ra294@hotmail.com
>
>
>
>



Relevant Pages

  • Re: Default.aspx - newbie Q`
    ... check and redirect to the ReturnURL or Selected.aspx depending on the case. ... > and replace it with something that takes then straight to the login page. ... >> Curt Christianson ... >>> authentication ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Default.aspx - newbie Q`
    ... check and redirect to the ReturnURL or Selected.aspx depending on the case. ... > and replace it with something that takes then straight to the login page. ... >> Curt Christianson ... >>> authentication ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP 2.0 Membership API
    ... After successful authentication, you want to redirect back to the original application, but the returnURL parameter contains only /App1 as the URL. ... The solution to that problem is adding a local login page to the application that does a manual redirect to the central authentication application. ... if not you have to use cookieless auth ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Detecting Failed Authorization
    ... after every authentication request and before the user ... is redirected to any login page. ... > "Ken Dopierala Jr." ... >> 'Redirect where you want the user to go. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Response.Redirect with IE
    ... login page to another one after a successful login - Am I right? ... In that case, set the Authentication mode to "Forms" in Web.Config, set the ... You don't have to manually redirect, Forms Authentication will do it for you ... > From: Ken Dopierala Jr. ...
    (microsoft.public.dotnet.framework.aspnet)