Guest Posted November 22, 2002 Posted November 22, 2002 Can any of the developers (or anyone else) advise me on this. Suppose an office has a single internet connection - that allows multiple users to access the internet. Those users would then be sharing the same IP number wouldn't they? Will this cause a problem with the sessions in OSC? And lead to mixed up shopping carts ? I heard somewhere that it's bad to implement php session control based on IP numbers for just this kind of reason. How does OSC stack up on this ? Brian
Guest Posted November 22, 2002 Posted November 22, 2002 I'm not an expert by any means...but, take a look at the way the session ID is contructed...I don't think that it could be a problem.
mattice Posted November 22, 2002 Posted November 22, 2002 No, it will not cause any problems because the clients will connect on different ports. Open both Netsape and Explorer you will see both browsers will have different session id's... same principle. "Politics is the art of preventing people from taking part in affairs which properly concern them"
Guest Posted November 22, 2002 Posted November 22, 2002 Thanks for the advice - I was pretty sure it was OK as I'd looked at the session ID's using different browsers as you suggest - it's been something niggling in the back of my mind ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.