I think your session id changes because you access the server as localhost:8080 for the first time, but yahoo forwards you back to www.bioscene.co.jp (which I think is the same host), so you access the same server with a different host name, and your browser does not send the same cookie..
I hope I did not get it all wrong.. David Leangen-8 wrote: > >> Yeah... didn't explain this well. >> >> Here's the thread in context: >> >> http://www.nabble.com/Associating-a-request-to-a-Session-td19641227.html > > And here's headers of the handshake(with some editing for privacy and > brevity)... > > > > -- View this message in context: http://www.nabble.com/Associating-a-request-to-a-Session-tp19641227p20124897.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
