CodeIgniter v3.1.11 - odd session behaviour |
Hello,
I've created a shop application which very rarely shows some odd behaviour in the checkout that I am hoping someone will be able to shed some light on. Just as any shop site, mine has a membership system and a checkout. Very rarely, logged in members see another member's delivery address in the checkout; seems to be details of a random member that are pulled. I know for a fact that these members aren't doing anything strange with their session cookie (which is encrypted) nor are they randomly logged out. They simply just see another random member's data in the checkout. The site is using CI's built session library and doesn't have any other issues with sessions. I can't see any pattern to this bug, so my debugging efforts have been pretty fruitless. Any insight into this will be much appreciated. CodeIgniter v3.1.11 Here are my session settings: PHP Code: $config['sess_driver'] = 'database'; |
Messages In This Thread |
CodeIgniter v3.1.11 - odd session behaviour - by ragingTorch - 04-13-2020, 08:35 PM
RE: CodeIgniter v3.1.11 - odd session behaviour - by InsiteFX - 04-14-2020, 03:52 AM
RE: CodeIgniter v3.1.11 - odd session behaviour - by ragingTorch - 04-14-2020, 05:51 AM
RE: CodeIgniter v3.1.11 - odd session behaviour - by ragingTorch - 04-28-2020, 07:31 PM
|