Alright which would be better for a site with a simple login page, which has access to the users credit card.
The card number is of course hidden like xxxx xxxx xxxx 1234, and can not be fully seen except when the user initally inputs the number. The number will not be stored in the cookie or a session (obviously).
I can't use cookie based sessions, but I can use normal cookies, and non-cookie based sessions.
Any ideas which would be best ?