Jump to content

Is it secure to do this?


ballhogjoni

Recommended Posts

i am working on a project right where i am writing a shopping cart that will completely be handled using sessions. no database whatsoever. along with the items in the shopping cart, the user's credit card and address information will also be stored in session variables.

 

a few things to consider. first, PHP stores session variables in the 'tmp' directory. this directory should be outside the root HTML directory that stores your website pages. second, make sure you serialize() your sensitive session data. third, beyond all of this, i would still highly recommend acquiring an SSL certificate from either verisign or instantssl.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.