I have an application developted with spring-mvc. And I deploy the application to cloudfoundry.
Everything is alright in my local, but on cloudfoundry session objects is not rendered successfully.
this is my application
http://jelibo.final.cloudfoundry.com/
login credentials are : test / test
after login fallow "Hesabım" link on left menu.
I am trying to deploy my application both with the eclipse plugin and "mvn clean verify cf:update cf:restart"
Thanks.