hi
There may be no way around this, I just want to ask the question.
If you don't have cookies enabled and the server relies on the browser query having the session id:
www.google.com.au/?sid=1234567890 if you store information against the session using that id, then the user opens another window to the site or manually keys in the url:
www.google.com.au/the sessionId is not supplied so the request opens a new session and the data stored against the session is no longer available for that window. Is there anyway to get the session id without a cookie or is that just a limitation on browsers?