PDA

View Full Version : session variables, frames, and refresh


losthope
09-19-2005, 11:47 PM
hey all,
my index.html file has 2 frames. one of the frames (left.php) sets a php session variable (using a form). this works as expected. however, when the user hits refresh on index.html, that session variable is lost, even though the session id itself remains the exact same. is this the expected behavior? if not, how can i ensure the session variable persists across the page refresh? thanks!
-henry