RE: Form Validation/SessionID changes

From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 08/12/04


Date: Thu, 12 Aug 2004 07:38:02 GMT

Hi Jeff,

By default, these behavious won't occur with a Form authentication. Would
you please post the code for the login procedure? Additionally, did you
change the Session object's property any where, for example, mode or
cookieless?

Luke



Relevant Pages

  • Re: Form Validation/SessionID changes
    ... Here is my login procedure I have removed some ... of my database code for this forum, if you need to see, please let me know. ... I have all session settings at default, and only set any session variables ... Private Sub butLogin_Click(ByVal sender As System.Object, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: session manager vs Form authentication in the Global.asax.cs f
    ... I try to request pages from web server, the Session only need to be added ... >> form authentication. ...
    (microsoft.public.dotnet.security)
  • Strange Session Restart
    ... I am using form authentication and InProc cookieless session. ... string strAccountName = Server.HtmlEncode; ... string strPassword = Server.HtmlEncode; ...
    (microsoft.public.dotnet.languages.csharp)
  • Strange Session Restart
    ... I am using form authentication and InProc cookieless session. ... string strAccountName = Server.HtmlEncode; ... string strPassword = Server.HtmlEncode; ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: problem with expired session
    ... But I am using form authentication! ... Is there any way to check if the session ... > Typically to avoid the session timeout issue and other session issues you ... >> I have some data driven pages with a datagrid set to allow paging. ...
    (microsoft.public.dotnet.framework.aspnet.security)