View Single Post
  #6 (permalink)  
Old May 7th, 2007, 17:46
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: user login security question

Well, with server side languages, it's just a matter of encrypting the right things. If you're dealing with passwords, encrypt them have quick database query that checks to see if the session password is valid. What type of sessions are you trying to use?
Reply With Quote