Hi,
I am getting this error in server console, while I am running xforms page. I am using WAS6.1. I am not getting any error in browser but my functionality is not working as expected. I am not getting session values in xforms-ready submission. Please help me.. Thanks Phani |
Administrator
|
Phani,
On Fri, Jun 27, 2008 at 11:16 AM, Phani Prakhya <[hidden email]> wrote: > I am getting this error in server console, while I am running xforms page. > I am using WAS6.1. I am not getting any error in browser but my > functionality is not working as expected. > I am not getting session values in xforms-ready submission. This error doesn't ring a bell. It looks like the session ID, which I assume is stored in a cookie, cannot be parsed anymore. I would investigate this by tracing the HTTP call with a tool such as TCPMon (http://ws.apache.org/commons/tcpmon/), to check when the session ID is sent, when it is sent back, if it changes in between (e.g. is truncated), and if this happens when it does happen. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Hi Alessandro,
but because of this session change, I am loosing my values which I already stored in previous session... this is happening in xforms-ready only .. can you give me any solution ? my problem is in xforms-ready submission, I need to get session values stored by previously.. suprisingly it is working fine with 3.6 stable version .. please help me... Thanks Phani
|
Administrator
|
Phani,
On Fri, Jun 27, 2008 at 4:47 PM, Phani Prakhya <[hidden email]> wrote: > but because of this session change, I am loosing my values which I already > stored in previous session... > > this is happening in xforms-ready only .. > > can you give me any solution ? my problem is in xforms-ready submission, I > need to get session values stored by previously.. I don't have a solution, but the session ID in general stored and communicated through cookies. So with TCPMon you should be able to see when this session information is lost. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |