: When you sent a session vairable , you set a cookie.  Is this cookie set
: only for the length of the session and does the cookie reside on the
: client's machine?

All cookies reside on the client machine.

IIRC -- the cookie is set to timeout after whatever your session timeout is.
For example, if you set the session timeout to 30 minutes, the browser
should flush it a half hour after it is set (or reset, as is done on every
page request).

: If it does is the cookie removed after the session is completed?

See above.

: If the cookie is set on the client return, then do I really have
: to pass all
: info via the url address, this is really the worse case.

What do you mean "on the client return"?

: All suggestions are welcomed

Suggestions for what?


--  Ben Doom
    Programmer & General Lackey
    Moonbow Software, Inc


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to