ColdFusions: Sessions are not saving.

Published by

Posted on September 22, 2008

If you are testing your application using the ip address instead of the domain name. You may notice the sesssions are not saving . 

 

This is due to the setDomainCookies is set to true within your application.cfm or cfc file. Change this to false and your session cookies will now save .. once the domain has been pointed to the application you can then change this to true