Thanks for that Paul.

Now as a complete beginner with Session Management (never had to use it).
I've followed instructions on the site below, and it's working fine afaik.
But how about implementing it straight into a site?

For example on one of my sites I have a Members section which they can
personalise - they login in using their username and password...

 <cfif NOT #login.recordcount# IS 0>

So if the user and pass is OK, the rest of the page is displayed.  What I'd
like to do is after successful validation, use client vars in a DB so that
they will be logged in automatically next time.

How should I do this?

Thanks

Will


----- Original Message -----
From: "paul smith" <[EMAIL PROTECTED]>
Newsgroups: cf-talk
Sent: Saturday, September 30, 2000 4:36 PM
Subject: Re: Client & Session variables?


> Detailed docs on setting up client vars in a DB and more are here:
>
> http://www.advantex.net/ColdFusion/CFClusteringDoc.htm
>
> best,  paul
>
> At 09:15 AM 9/30/00 -0400, you wrote:
> >On 9/29/00, W Luke penned:
> > >  > Use client variables, written to a database, whenever possible.
> > >
> > >Is there any documentation about writing client variables to a
database?  Or
> > >do you have any "starter for tens"?!
> >
> >What kind of documentation? CF will create the necessary tables if
> >you just give it an empty database. The tables and columns it creates
> >are, in Access, I can't remember off the top of my head what the
> >matching data types are in SQL:
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to