RE: SessionCookie bug in Enhydra 3.1.1
Søren Neigaard <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.general |
|---|---|
| Message-ID | <[email protected]> |
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mike Schubert Sent: 14. maj 2003 09:58 To: [email protected] Subject: Re: Enhydra: SessionCookie bug in Enhydra 3.1.1 > On Tue, May 13, 2003 at 03:41:04PM +0200, Søren Neigaard wrote: >> It seems that if I set the setCookieForNewSession to false, and at the same >> time uses url-rewriting, the first time I hit Enhydra I don't get a session >> cookie (which is good and as I want it), but the second time I hit Enhydra I >> get a session cookie because I already have a valid session. Is this true? >> How can I turn the session cookies off all together, if it's in the source >> code, please point me to the correct place in the code. >> > Configure enhydra-application in the app-config > SessionManager.EncodeUrlState="Always". > in my case no cookie is set anymore... Tried it, does not work for me :( /Søren