Hi, you all,
I am a newbee for php and I need your help. One of my coworker and I
are both developing a webpage for our project using php. We have a
copy of the same files in different location on the server (in our own
accounts on the same machine). When I am testing both versions of our
program using the same browser (IE on Windows or Konqueror on Linux)
the session variables will mix up and only the latest selection or
options will be displayed. If I go back and forth using the "Previous"
and "Next" buttons on our pages not only the variables from my pages
will change to the variables from his page, but also my page will jump
to his page as well. I am wondering if there is a way to specify where
to save the session variables on the local machine so later the users
can open multiple browsers to lead to different branches of our web
site without mixing session variables.
Thanks in advance,
Jing
I am a newbee for php and I need your help. One of my coworker and I
are both developing a webpage for our project using php. We have a
copy of the same files in different location on the server (in our own
accounts on the same machine). When I am testing both versions of our
program using the same browser (IE on Windows or Konqueror on Linux)
the session variables will mix up and only the latest selection or
options will be displayed. If I go back and forth using the "Previous"
and "Next" buttons on our pages not only the variables from my pages
will change to the variables from his page, but also my page will jump
to his page as well. I am wondering if there is a way to specify where
to save the session variables on the local machine so later the users
can open multiple browsers to lead to different branches of our web
site without mixing session variables.
Thanks in advance,
Jing
Comment