V
VB Programmer
I often use session variables to store the user's security level, and other
important info. How secure are session variables? Can someone decrypt it
and get the information? (This would be especially important to know if the
session vars contain things like credit card numbers.)
Any better, more secure alternatives? How would you store credit card
numbers etc... temporarily if not using session vars?
Thanks!
important info. How secure are session variables? Can someone decrypt it
and get the information? (This would be especially important to know if the
session vars contain things like credit card numbers.)
Any better, more secure alternatives? How would you store credit card
numbers etc... temporarily if not using session vars?
Thanks!