Jump to content

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.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.