That's cool, I'd never even considered that method.  I've usually avoided
session variables for the most part in most of my apps.

On 2/21/07, Ian Skinner <[EMAIL PROTECTED]> wrote:
>
> If you want to do this, you should use non-persistent (memory) cookies
> rather than sessions or in addition to sessions.  The cookie goes away when
> the users closes the browser in those cases.
>
> Rick
>
> And this tech note explains how to cause the cfid and cftoken cookies that
> associate a user to be memory cookies.  Thus when the browser is closed, the
> user will be disassociated with the given session.  The session will not end
> until the time out expires, but the user can no longer access it.
>
> http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_17915
>
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270330
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to