I would make sure that you do not have a StructClear(Session) anywhere in
your code...Otherwise, did you set up your CFAPPLICATION TAG correctly?

<!--- Enable session management and turn on client cookies --->
<cfapplication name="UBBusiness" sessionmanagement="Yes"
setclientcookies="Yes">

If you don't have the setclientcookies setup, then you will have to type the
CFID and CFTOKEN in the URL.....

Also, Are you sure that the Action page is being executed?

Just some ideas!?

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, January 25, 2002 9:36 AM
To: [EMAIL PROTECTED]
Subject: RE: Session variable



I used cfoutput to test it. When application runs login window is opened.
User enters id and password and press submit button. An action\login.cfm
opens. The session.uid is setup there. After that  an index.cfm is opened
and I check request.uid or session.uid variables there, but they do not
exist.

Henry


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to