Forum Moderators: coopster

Message Too Old, No Replies

Session ID's in Popup windows

How do you maintain session ID's in popups?

         

RFCanon

8:46 pm on Sep 8, 2003 (gmt 0)

10+ Year Member



We are in the process of moving our web site from a hosting company to our own dedicated server. We have just about everything working on the new site except our php session id's are changing when we launch a popup window. The session id's stay the same on our current hosting system; therefore, I am sure it is some configuration setting which we have not been able to find.

Any and all help will be appreciated...

Roy

san_garrafa

9:57 pm on Sep 8, 2003 (gmt 0)

10+ Year Member



This is actually an issue with the open Method in js.

On this URL [msdn.microsoft.com] you will see what I mean.


open('WindowUrl','WindowName','WindowFeatures',Boolean)

The last parameter should be FALSE and you won't have any problems, hopefuly. :)

RFCanon

10:58 pm on Sep 8, 2003 (gmt 0)

10+ Year Member



Thanks san_garrafa, but that did not work. Still have the same problem.

Also, the code on the current "active" hosting site does not have the final boolean operator, and it works correctly. That is why I think it must be a configuration problem with either Apache or php on our new server...

Roy

san_garrafa

11:35 pm on Sep 8, 2003 (gmt 0)

10+ Year Member



Sorry that didn't work RFCanon.

Are you switching from http to https when you open the popup?

San Garrafa

RFCanon

11:58 am on Sep 9, 2003 (gmt 0)

10+ Year Member



No; still http. Also, keep in mind that the exact same pages work properly on our current host site...

jatar_k

3:46 pm on Sep 9, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld RFCanon,

maybe take a look at "Table 1. Session configuration options" on this page
[ca.php.net...]

then run through those settings in the php.ini to make sure they are all the same.