Question
Firefox 3.0.1 sessions issue
Hi, I have the following folder structure on my site
/CMS (main processing folder, contains login process, form templates, validation pages etc)
/AppFolder/app1
/app2
/app3
All the applications use forms and pages from the CMS folder. each app# folder has its own application.cfc in which the session management is enabled. The CMS folder also has an application.cfc in which session management is enabled, i made sure that the sessions are correctly named (matching name between CMS and different applications)
Only in firefox 3.0.1 running on Mac i do face a problem with the session vars, they are not being passed between the app folders and the CMS folder, resulting in an error
any ideas?
/CMS (main processing folder, contains login process, form templates, validation pages etc)
/AppFolder/app1
/app2
/app3
All the applications use forms and pages from the CMS folder. each app# folder has its own application.cfc in which the session management is enabled. The CMS folder also has an application.cfc in which session management is enabled, i made sure that the sessions are correctly named (matching name between CMS and different applications)
Only in firefox 3.0.1 running on Mac i do face a problem with the session vars, they are not being passed between the app folders and the CMS folder, resulting in an error
any ideas?
