how about putting it into wddx and passing that in some way.  Lets put it
this way, if you want to just pass the structure as is, it's the simplest
way of doing it.

As to how, use a database in some way.  The reason being that WDDX can
become quite a long string, and you don't want to store that as a cookie,
and you don't want to risk losing information by passing it in the URL (get)
or in the HTTP header (post).

Paul

PS The best way to do this kind of thing I find is to use client and not
session variables.  As long as you store all client variables in the
database, you end up with a very quick way of storing huge amounts of data.
Still uses cfid and cftoken to specify which user it is (ie cookie or URL).
Also keeps a lot of information hidden from the user!  I wrote a whole
system where everything was held in the database, and all that got passed in
the URL was an ID (see CreateUUID() function). Didn't even use cookies.

> -----Original Message-----
> From: s@njeevi [mailto:[EMAIL PROTECTED]]
> Sent: 01 December 2000 16:16
> To: CF-Server
> Subject: how to pass arrray/structure
>
>
> Hi .
> can any one help me how to pass array/structure from one page to
> another other
> than using session can I pass using form, cookies etc.
> can U please help me
> thanks in advance
>
> regards
> sanjeevi
>
> ____________________________________________________________________
> Get free email and a permanent address at http://www.netaddress.com/?N=1
> ------------------------------------------------------------------
> ------------
> To unsubscribe, send a message to
> [EMAIL PROTECTED] with 'unsubscribe' in the
> body or visit the list page at www.houseoffusion.com
>


------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to