M
Mae
Dear all,
I'm having a problem here. Suppose I have a database which
store the username and password, the user must login in
order to use the system. After login, I will store the
username in a session "HttpContext.Current.Session
("UserLogin")". The problem is, how do I check whether the
session has expired in the web.config <authentication> ?
And the user can't simply type in the URL in the address
bar before going thru the login.
How to do it ? Please help here.
Thanks in advance
Cheers,
Mae
I'm having a problem here. Suppose I have a database which
store the username and password, the user must login in
order to use the system. After login, I will store the
username in a session "HttpContext.Current.Session
("UserLogin")". The problem is, how do I check whether the
session has expired in the web.config <authentication> ?
And the user can't simply type in the URL in the address
bar before going thru the login.
How to do it ? Please help here.
Thanks in advance
Cheers,
Mae