Jump to content

Newb question on PHP Sessions


vincej

Recommended Posts

Hi - I'm using SESSION variables to keep track of customers who come onto the site to order stuff. For example $_SESSION['customerid'] all the incoming customers.

 

 

I also use SESSION variables with a different value for the managers to look at and keep track of customer data. eg :  $_SESSION['customer']['firstname']

 

I am expecting many customers and managers to be simultaneously using the site. 

 

QUESTION: Do I need to increment the SESSION variable in some way in order to avoid that a session gets overwritten,  or will my SESSION variables keep track and keep everything separated by dint of the fact that they contain different values ?

 

so far my testing shows that things are working correctly, but I can only test with 3 / 4 virtual users in different browser windows .

Link to comment
Share on other sites

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.