I've decided to take a look at application.cfm too see what I can gather.
I've never really used it before
Now in the simplest form:
application.cfm
<html><head></head><body>
<cfapplication name="id" clientmanagement="Yes" sessionmanagement="Yes"
setclientcookies="Yes">
</body></html>
end application.cfm
The only thing I am using with the application.cfm file is
#session.sessionid#, and I need to carry that sessionid through pages. But,
I also want to make it so that when a person leaves my site, and then goes
back they don't get the same sessionid, but a brand new one. I could set an
expire date, but I'd rather have it not use the same one over again
automatically. Any suggestions?
Oh and while were on the subject, I want to set global variables while
person-x is in the site. Example:
Making a shopping cart that records when a person checks on a radio button
labled purchase. That way when they are 4-99 pages deep they can hit buy and
bring up a list of all of the things they said yes to. So you click on yes,
and it globals the name of the product and the product_id, so I can
reference it later.
Thanks,
Gavin
------------------------------------------------------------------------------
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.