Jump to content

[SOLVED] continuing open session on multiple pages


nblackwood

Recommended Posts

how would i continue an already open session for inputting more data to that session on in multi-step registration process? I am under the impression that I can simply recall the currently open session or is it more involved? And also, how do I redirect into a frame rather than having to load another page out of frame after payment is complete? Any help is much obliged.

$_SESSION is simply an array that's kept open while the user is on their site. A cookie with a unique ID is stored client-side, and the server remembers the data pertaining to that unique ID. So you could add whatever you wanted to the $_SESSION array. :)

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.