B
bender
Im in the process of making a login script. I was thinking of doing
something like
session("User") = rs("Username")
but how do I check if a user is already logged in or not ? I mean, if the
user isnt' logged in then the session variable isnt created and I would get
an variable error of some kind. Just looking for some input.
Cheers
something like
session("User") = rs("Username")
but how do I check if a user is already logged in or not ? I mean, if the
user isnt' logged in then the session variable isnt created and I would get
an variable error of some kind. Just looking for some input.
Cheers