I am doing a jquery $.post('/Home/jQueryRateForumItem', but when I get to my controller the session id is always different on each post.
I have tried;
string g = HttpContext.Session.SessionID;
string session = base.Session.SessionID;
I'm pretty sure The session id shouldn't change but can't for the life of me think how to fix this.
EDIT
It's happening when I refresh the Index page as weel so not just on ajax postbacks. I am using cassini and not IIS though this is the first time I've had issues