| Author |
i v deployed a folder in tomcat 5.5.1,more sessions are created
|
sreenivas jeenor
Ranch Hand
Joined: Jan 09, 2005
Posts: 125
|
|
|
i v deployed an appliccation folder in tomcat5.5.1. normally single session must be created but ,i m getting 5 sessions at the begging ,and when i start using the application,its creating more numnber of sessions.
|
 |
Jeffrey Spaulding
Ranch Hand
Joined: Jan 15, 2004
Posts: 149
|
|
That happens when you work with sessions and have cookies disabled in your browser. You need to either enable session cookies or use the response.urlencode() method to rewrite the URL on subsequent calls. J.
|
 |
 |
|
|
subject: i v deployed a folder in tomcat 5.5.1,more sessions are created
|
|
|