Hi Guys,

I'm working on a script to use CKeditor to make some simple pages.

When the user submits the page, they are taken to a verification page.
For display/formatting reasons, I need to break their ckeditor content
away from the rest of the form data they need to verify. (title,
category, etc).

I'm going to seperate the CKeditor content into it's own iFrame that
will sit directly underneath the rest of the page containing the other
data. This works just fine for the public display of the page when the
data is already in the DB and can be queried according to a url
variable sent in the iframe link.

The problem is, form data does not pass on to iFrames.

What I'm thinking about doing is creating a session variable to hold
their page content, and making a call to that session variable using a
url variable in the iframe.

Basically, the form would be submitted to a script, which would then
use the form variables to create session variables. The first part of
the verification page would display all of their data using the form
variables submitted, and the frame below the page would call the
session variable holding their content.

I guess my question more than anything, is that is there a problem
with potentially have a HUGE session variable with potentially tens of
thousands of characters?

Also, is there a problem with naming the session variable uniquely
each time? This way if the user is working on several pages, I
wouldn't have one page being created overwrite the session variable of
another.

Thanks,

Jason

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 official manual: http://www.openbluedragon.org/manual/
 Ready2Run CFML http://www.openbluedragon.org/openbdjam/

 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to