Is it possible to keep a session alive by writing a 1 or 0 or something next to the username in a database? If so, how would you erase that piece when they close their browser or something.
If u r trying to know whether user id logedin at database then U can write 1 for that userid as soon as user logs in.
To know whether user session is completed then u need to write a code which will write 0 for that user in Global.asa in session_onend event.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.