in reply to Re: Re: Is this a secure way to handle login?
in thread Is this a secure way to handle login?

Now I'm wondering if I the session ID# is redundant. Why not just save the user IP (environment variable) to a temp file when they login? Compare that to the user IP (environment variable) upon page load.
  • Comment on Re: Re: Re: Is this a secure way to handle login?