I am using xampp and a cart class that use sessions (it initialize as a session variable).
My problem is I use that cart class for many sites so when I add an item at a site that item will be at the cart of other sites (they are in subfolders of 'local' server-local/domain1 , local/domain2)
I thing it happens because all these subfolders have the same session
via local/.
How each subfolder can have their own session?







Bookmarks