UkBtlog wrote: |
| If it is your first access to the page and you are just hitting F5 to refresh you are actually creating a new session each time as the session cookie does not exist in your refresh request only on subsequent page navigation through the site. |
|
I am afraid thats not correct. As soon as the HTTP response comes back from the server, you have the session cookie. Even if its the first request to the server, you would still have the same session id no matter how many times you refresh, as the server allready sent the session cookie in its first response...
Now to the actual problem, it could be that the browser is not accepting the cookies. Try with
cookieless session mode and see if its the browser thats the culprit