Scott Fletcher wrote:
I can do the Session Token but problem is two browser windows can have the
same Session Token via "File --> New Window" or Browser Tab.  I have thought
about using the Database Table instead but it all go back to the original
problem with 2 same browser windows that use the same Session.

OK, I get your concern. In that case why not pass a uniqid() as a hidden form field in a POST form? (GET would work also, but not I would go POST). If it's a multipage form you can keep passing this uniqid from one page on to the next.


I'm thinking of a random number or brower's window serial number of some sort but I don't see how.

Scott

"Jason Barnett" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]


--
Teach a man to fish...

NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-general&w=2
STFM | http://www.php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php
LAZY |
http://mycroft.mozdev.org/download.html?name=PHP&submitform=Find+search+plugins

Attachment: signature.asc
Description: OpenPGP digital signature



Reply via email to