prevent creating new jsessionid?
843840May 5 2010 — edited May 5 2010greetings all
iam using spring framework and apache tomcat
after deploying my app on the domain
i found out a weird problem that the application is generating new jsessionid per request(per page)
so invalidating the old session
why something like that might happen,any ideas?
i traced the code many times,no sign of creating a new session in the code
so please help