Hi All,
got this problem.
i have a website running on IIS 5 using asp and using frames.
The logon page is on the left frame of the page. And when user login, i change certain Session variables so as to tell the system that the user has log on. But for some reason, the changes in the session variables is not reflected on the log on page itself. Upon refreshing, the changes is then reflected.
.
.
.
if rstPass("UserPassword" = Request.Form("txtPassword" then
Session("Logon" = true
'refresh the page
end if
.
.
.
if Session("Logon" <> true then
'show logon page
end if
the logon page will still show...sigh...
Any ideas??
xeno
got this problem.
i have a website running on IIS 5 using asp and using frames.
The logon page is on the left frame of the page. And when user login, i change certain Session variables so as to tell the system that the user has log on. But for some reason, the changes in the session variables is not reflected on the log on page itself. Upon refreshing, the changes is then reflected.
.
.
.
if rstPass("UserPassword" = Request.Form("txtPassword" then
Session("Logon" = true
'refresh the page
end if
.
.
.
if Session("Logon" <> true then
'show logon page
end if
the logon page will still show...sigh...
Any ideas??
xeno