This topic is locked

SESSION VARIABLES

9/22/2006 11:15:07 AM
PHPRunner General questions
D
douglasbraun author

Hello,
I composed a link which I place in an email. The link directs a user directly to a certain record.
Sample Link:
https://www.ebillsupport.com/support/sr_req...IPX115869373533
My issue if the user is in another detail record window at the time that the email link opens another window, the window contents get mixed up and field data from one gets placed into the other. Since I have customized some of the functionality I was seeking a general explanation of how PHPRunner keeps session variables organized when more than one window is open.
Any techniques I should be aware of?

Sergey Kornilov admin 9/22/2006

It's difficult to tell you what's happening or how to fix this espesially considering that some functionality was changed.
I guess what's happening here is that instead of openning a new session browser reuses existing one. Probably you can restart session in the beginning of View page.