Based on the general description you've given, I could imagine adding
a 'step number' in your session.  Then validate it against what step
is being loaded.  So, if you set your Session 'step' variable to 5,
and page 6 is loaded, that would seem OK.  If your Session 'step'
variable is 6, and page 2 is loaded, that could throw an error.

I should note that I think my solution is treating the symptom rather
than the disease.  I don't know enough about your application to tell
you what the right solution should be, but I think there must be a
more graceful way to handle this.

On 8/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I'll try to explain my problem as better as I can. Please, be "gentle" :)

Did anybody had a problem with "2nd window" and how is it solved? What's
wrong with structure/idea I used to make a program?
Any comment will be helpful to determine or give me an idea how to fix
this bug.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to