B
blue
Sometimes, my web apps will lose session information that was set by the
login form. My apps aren't changing Session["UserID"] but are checking to
see if Session["UserID"] is null when the page is loaded. If it is null, it
redirects them to the login page. I'm in an infinite loop -- I log in,
click on the link for my app and then get redirected back to log in again.
This only happens sometimes and with a few aspx pages.
My SessionID number is the same the whole time.
This is my page directive:
Page language="c#" Codebehind="ProcessDisplay.aspx.cs" trace=true
AutoEventWireup="false"
Inherits="IBS.Tabs.Process.Presentation.ProcessDisplay"
login form. My apps aren't changing Session["UserID"] but are checking to
see if Session["UserID"] is null when the page is loaded. If it is null, it
redirects them to the login page. I'm in an infinite loop -- I log in,
click on the link for my app and then get redirected back to log in again.
This only happens sometimes and with a few aspx pages.
My SessionID number is the same the whole time.
This is my page directive:
Page language="c#" Codebehind="ProcessDisplay.aspx.cs" trace=true
AutoEventWireup="false"
Inherits="IBS.Tabs.Process.Presentation.ProcessDisplay"