Check to see if your directories have application.cfm files that create
new apps. Ie, if your root folder has an application.cfm that has:

<CFAPPLICATION NAME="RayRocks">

and your subdirs do

<CFAPPLICATION NAME="Foo">

then your users will be entering a new application. Session vars are per
user AND per application.

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email    : [EMAIL PROTECTED]
Yahoo IM : morpheus

"My ally is the Force, and a powerful ally it is." - Yoda 

> -----Original Message-----
> From: Ben Densmore [mailto:[EMAIL PROTECTED]] 
> Sent: Wednesday, September 12, 2001 12:00 PM
> To: CF-Talk
> Subject: Session Variables and directories
> 
> 
> I am currently working on an order entry app and created a 
> login screen 
> before a user can get to the actual app. When they login in I am 
> creating several session variables which work, but once a person is 
> logged in successfully they get taken to a page which is in another 
> directory. So if the user is part of the sales dept they go 
> to the sales 
> directory, the problem I am having is once they go into that 
> directory I 
> can't read any session variables. Shouldn't these session 
> variables be 
> kept throughout the entire app even if it some of the pages are in 
> different direcotries.
> 
> Thanks,
> Ben Densmore
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to