Jump to content

Session variables disappear when popup window closes


Bill_Draving

Recommended Posts

I'm sure there is some obvious reason but...

 

I am in window one (of one) and I popup a second window.

 

Everything is fine.  When the popup window closes the entire session in window one is destroyed!!

 

I have tried everything from named sessions to caches, etc..

 

This does not happen when i start out with two windows open??

 

Any help on this???

 

Bill

 

Store the sessionhash in a cookie (which it should be if the php is configured right) after the window closes and you reload the first page you need to call session_start() and session_id() with that cookie of the session hash.

 

I am not sure if it will work but it is worth a shot.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.