Session Variable question
Posted: Thu Jun 26, 2008 3:00 am
Is there any risk in storing a monetary value in a Session variable? I'm working on a voucher scheme and want to take an amount off a total at checkout and wasn't sure if it was okay to do it this way rather than deduct the value by using the field in the database with that value stored in it. I will kill the session once done but wanted to know of any pitfalls there might be.
Thanks
Thanks