I have an interesting dilema.  I've built a site that is an application in
it's own right and then incorperates a message board applicaiton to fill the
client's request.  Everything works fine... or at least it did until the
client decided that they wanted the entirety of the message board to be
restricted behind the security that my application uses...

That's kind of confusing... basically what I need to do is take a session
variable set under the rules of one <cfapplication> tag and access them from
another application.  Is that possible?  My other answer (which I think I'm
going to have to use) is to build a separate copy of my login page for the
message board and pass the user ID (or something to designate that the user
has already logged in) to the script.

The fun thing is that there are 11 instances of the message board, all
separate. (*falls over*)

Any thoughts on how to streamline this?

Thanks!
Hatton Humphrey


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to