Ask a Question related to Coldfusion Database Access, Design and Development.
-
Michael Mekhanoshin #1
How to use lightweight session in ColdFusion?
How to use lightweight session in ColdFusion?
Michael Mekhanoshin Guest
-
ColdFusion session variable
I am looking for a way use my ColdFusion session variables in an application I have coded. My session variables can contain both simple and complex... -
Pass session info between Coldfusion and ASP
I have one website that is Coldfusion and one that is ASP. At this time, it is not feasible to rewrite the ASP page to CF. The Coldfusion page... -
Lightweight Languages 2003 Call for Presentations
Lightweight Languages Worshop 2003 (LL3) ---------------------------------- Saturday, November 8, 2003, MIT, Cambridge, MA... -
When I spawn a lightweight process in ASP.NET Does it time out??
Hello When I spawn a lightweight process on a new Thread and return immediately to the Client what happens if the lightweight process takes an... -
Good quality lightweight tripod for tourist backpacking?
Check out the travel tripod web site: "http://www.traveltripod.com" I got the Velbon Maxi 343E ($70 in the U.S.)... -
mpwoodward *TMM* #2
Re: How to use lightweight session in ColdFusion?
Michael Mekhanoshin wrote:
No clue what you mean by "lightweight session"--can you provide more> How to use lightweight session in ColdFusion?
details?
Matt
--
Matt Woodward
[email]mpwoodward@gmail.com[/email]
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest
-
Michael Mekhanoshin #3
Re: How to use lightweight session in ColdFusion?
This is what I mean. Text from Oracle book "JDBC Developer?s Guide and
Reference" follows.
Middle-tier authentication allows one JDBC connection (session) to act as
proxy for
other JDBC connections. A proxy session could be required for one of the
following:if the middle tier does not know the password of the proxy user. This
is done by
first authenticating using:
alter user jeff grant connect through scott with roles role1, role2;
... and so on
Michael Mekhanoshin Guest
-
mpwoodward *TMM* #4
Re: How to use lightweight session in ColdFusion?
Michael Mekhanoshin wrote:
General caveat: I know next to nothing about how Oracle deals with> This is what I mean. Text from Oracle book "JDBC Developer?s Guide and
> Reference" follows.
>
> Middle-tier authentication allows one JDBC connection (session) to act as
> proxy for
> other JDBC connections. A proxy session could be required for one of the
> following:if the middle tier does not know the password of the proxy user. This
> is done by
>
> first authenticating using:
>
> alter user jeff grant connect through scott with roles role1, role2;
> ... and so on
things at this level, so take my response for what it's worth.
On the ColdFusion side of the house, it can use any JDBC driver. As for
the authentication stuff you're talking about, the issue there is that
on the CF side you create a datasource in the CF administrator and that
has a single user name and password. CF then handles the database
connection pooling, but AFAIK it would all be based on that single user
name and password. The proxy situation you're describing ... not sure
how to handle that given the way CF does things. If I'm understanding
what you're describing I'm not sure you can handle it on the CF side.
Matt
--
Matt Woodward
[email]mpwoodward@gmail.com[/email]
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest



Reply With Quote

