Hi there, I am using turbine in an application where a very thin client (a phone) needs to send log reports back to the server. I created a screen called LogScreen that could be accessed without needing to be logged in and would only pass back a minimal amount of response. Perfect for logging from the phone.
However it still creates a session id, sets a cookie, which means that the HTTP needs to be resubmitted with the cookie. This is difficult for the phone to do. Does anybody know if there is a simple way I can stop turbine from creating a session/setting a cookie for LogScreen? Does the main turbine servlet automatically create a session for every incoming connection? Thanks in advance. CHEERS> SAM -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
