> Create a table with three columns: id, token, and sessionData. When
> leaving CF, do a CF -> WDDX of the session struct (or implement your
> own native way of serializing the session data), insert it and unique
> ID / token values into the table, and pass off to your PHP page with a
> myPage.php?id=#id#&token=#token#. Then, on the PHP side, hit the
> table for a matching id/token pair, return the data, kill the row, and
> de-serialize into php data.
A word of warning - do the passing-over in a cookie or something
otherwise you are opening up your site to a big security hole.
--
Damien McKenna - Web Developer - [EMAIL PROTECTED]
The Limu Company - http://www.thelimucompany.com/ - 407-804-1014
"Nothing endures but change." - Heraclitus
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

