Hi there,
Is there any way of defining a variable who lives as long as the
browser stays active? I did some initial tests, and found that the
session variables did this, but now I've developed some software that
requires this, I find that the session id ( for example ) changes
every time you change url to a new server. I think it may have been me
not doing what I should when I set up virtual servers to test this ):
What I'm trying to do is to uniquely define the person on the end of
the keyboard... well, that's the idea, but just identifying the
browser that's running ( ie from the double click to start it to
closing it down, not whether is's Netscape or IE ) would do fine as
well. So, alternatively, is there a way of getting the process id?
That in conjunction with the remote IP addy would be enough.
All ideas are gratefully received.
Cheers,
Steve
Is there any way of defining a variable who lives as long as the
browser stays active? I did some initial tests, and found that the
session variables did this, but now I've developed some software that
requires this, I find that the session id ( for example ) changes
every time you change url to a new server. I think it may have been me
not doing what I should when I set up virtual servers to test this ):
What I'm trying to do is to uniquely define the person on the end of
the keyboard... well, that's the idea, but just identifying the
browser that's running ( ie from the double click to start it to
closing it down, not whether is's Netscape or IE ) would do fine as
well. So, alternatively, is there a way of getting the process id?
That in conjunction with the remote IP addy would be enough.
All ideas are gratefully received.
Cheers,
Steve
Comment