ASP Session question...
-
I need to dynamically (usign javascript) open a new window and start a new session on that window while keeping the previous session on the opener window. :laugh: Is this possible? Is there a trick or anything that I can do? Is this possible in PHP maybe? Thanks! theJazzyBrain
Excelence is not an act, but a habbit
Aristotle
-
I need to dynamically (usign javascript) open a new window and start a new session on that window while keeping the previous session on the opener window. :laugh: Is this possible? Is there a trick or anything that I can do? Is this possible in PHP maybe? Thanks! theJazzyBrain
Excelence is not an act, but a habbit
Aristotle
-
I know that PHP is a server side srcipting language. So is ASP. I know how to open a new window using Javascript on the client. The problem is that I want along with the new browser window to start a new session on the server while keeping the session in the opener window active. I know that when a new window opens (programmatically), the new window belongs to the same session as the opener. I dont want to do that. If on the other hand abandon the session then, I lose the session from the opener window too. theJazzyBrain
Excelence is not an act, but a habbit
Aristotle
-
I know that PHP is a server side srcipting language. So is ASP. I know how to open a new window using Javascript on the client. The problem is that I want along with the new browser window to start a new session on the server while keeping the session in the opener window active. I know that when a new window opens (programmatically), the new window belongs to the same session as the opener. I dont want to do that. If on the other hand abandon the session then, I lose the session from the opener window too. theJazzyBrain
Excelence is not an act, but a habbit
Aristotle
It maybe impossible. I donn't know your true puspose.Saying your final requirement. Thinking-Asking-Thinking