> Could someone please refresh my memory regarding session
> variables and cf5. Should all reads and writes be locked?

Yes.

> Has anyone experienced problems with session variables being
> passed from a cfm template to an html page and then on to a
> 2nd cfm template?

For obvious reasons, you won't be able to pass Session variables themselves
to an HTML page - it's not a program, so you really can't pass anything to
it. If you're using cookies to associate browsers with sessions, those
cookies should be passed from the browser to requests for any file, whether
it's .cfm or .html or whatever. If you're not using cookies and instead are
relying on data embedded within URLs, you won't be able to rewrite those
URLs within a static HTML page very easily.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to