Michael Gale wrote:

Hello,

Morning .. at least it is where I am :)


good evening. Close to 10:00pm in tropical paradise (Sri Lanka in case you don't know where that is )

I have a small issue with sessions, at the moment I am using sessions on our web site and storing the session
information in a db_table. It is working great. Right now I am only storing the users ID, name and role in the session
data, but I would like to store other information as well. The problem is ... that if that person opens another browser
window and connects to the site another session is not created.


It would seem from your description that though you are storing session data in db, the sesssion identifier itself is passed back and forth via cookies. That means that would be shared between browser windows. The alternative to use trans-sid has it's pros and cons but it will certainly let you store two uniques for two browsers.

So if I try and store a variable that would be unique to each window it would get over written. Is this a configuration
problem ?



Thanks.






--
Raditha Dissanayake.
------------------------------------------------------------------------
http://www.radinks.com/sftp/         | http://www.raditha.com/megaupload
Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
Graphical User Inteface. Just 128 KB | with progress bar.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to