Ok, this is driving me nuts. For months my job site has been working
properly (or so it seems), passing session variables without a hitch
(well, except possibly for AOL users, but I'm working on that).
Yesterday, I disabled cookies in both IE 5 and Netscape 4.7 to see how
the site operated. After some testing, I re-enabled cookies in both
browsers, cleared caches/cookies set during testing, cleared all
application/session structure variables, and went back to my testing.
Now, session variables aren't getting passed from the login
authentication page to any other templates. This is happening on my
development server only.
I have my main application.cfm file under the web root and separate
application.cfm files in a few other directories that control access to
certain pages for both job seekers and employers. In those
sub-directories, I have CFIncluded the main application.cfm file in that
directory's application.cfm. This seemed to be working fine in the
past, but now session variables won't pass.
Here is the declaration of the application environment in the main
application.cfm template:
<cfapplication name="SAJOBNET" sessionmanagement="Yes"
setclientcookies="No" sessiontimeout="#CreateTimeSpan(0,0,30,0)#"
applicationtimeout="#CreateTimeSpan(0,1,0,0)#">
I've tried it with clientmanagement enabled and that doesn't seem to
matter.
I'm pulling my hair out on how to proceed. Any suggestions at this
point would be greatly appreciated.
Thanks!
Chris Montgomery [EMAIL PROTECTED]
Web Development & Consulting http://www.astutia.com
Allaire Consulting Partner & NetObjects Reseller
210-490-3249/888-745-7603 Fax 210-490-4692
Find a Job in San Antonio http://www.sajobnet.com
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.