You choose where to store cfid and cftoken in your cfa_secure tag.

<cfa_secure
     securityContext = "sc1"
     username = "#lcase(form.username)#"
     password = "#form.password#"
     r_bResult = "bAuthenticated"
     r_stUserProfile = "request.stUserProfile"
     authenticationurl="Login.cfm"
     storagetype="Cookie"
>




Scott Helm <[EMAIL PROTECTED]> on 07/25/2000 10:32:37 AM

Please respond to [EMAIL PROTECTED]

To:   "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:   (bcc: Jeffrey L White/CPA/CSC)
Subject:  Spectra and session variables.



This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01BFF644.A557EC38
Content-Type: text/plain;
     charset="iso-8859-1"

Hello all.

I am tasked with clustering Spectra.

I have transferred all my session vars to client vars and am storing them in
a db.

I wanted to eliminate session from the picture, so I turned session
management off.  Spectra really didn't like that at all.  It kept bombing on
cfa_sessionCreate.  If a user switches to a new box on the cluster, will
Spectra simply read the client var username and password when cfa_secure is
called, and transparently create a new session for that user?

BTW where is the cfid and cftoken stored? in session or cookie?  If it is
session, I may still have a problem....

Thanks for any help!

Scott Helm
Ballantyne Consulting Group
[EMAIL PROTECTED]
(704) 540-0509

------_=_NextPart_001_01BFF644.A557EC38
Content-Type: text/html;
     charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2448.0">
<TITLE>Spectra and session variables.</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=3D2>Hello all.</FONT>
</P>

<P><FONT SIZE=3D2>I am tasked with clustering Spectra.&nbsp; </FONT>
</P>

<P><FONT SIZE=3D2>I have transferred all my session vars to client vars =
and am storing them in a db.&nbsp; </FONT>
</P>

<P><FONT SIZE=3D2>I wanted to eliminate session from the picture, so I =
turned session management off.&nbsp; Spectra really didn't like that at =
all.&nbsp; It kept bombing on cfa_sessionCreate.&nbsp; If a user =
switches to a new box on the cluster, will Spectra simply read the =
client var username and password when cfa_secure is called, and =
transparently create a new session for that user?&nbsp; </FONT></P>

<P><FONT SIZE=3D2>BTW where is the cfid and cftoken stored? in session =
or cookie?&nbsp; If it is session, I may still have a =
problem....</FONT>
</P>

<P><FONT SIZE=3D2>Thanks for any help!</FONT>
</P>

<P><FONT SIZE=3D2>Scott Helm</FONT>
<BR><FONT SIZE=3D2>Ballantyne Consulting Group</FONT>
<BR><FONT SIZE=3D2>[EMAIL PROTECTED] </FONT>
<BR><FONT SIZE=3D2>(704) 540-0509</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01BFF644.A557EC38--
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.






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

Reply via email to